From e9a7af105934e6c114b47cc62f575420761a74da Mon Sep 17 00:00:00 2001 From: YEBOAH MARTHA ASAMOAH <3534763826@qq.com> Date: Sat, 2 Jul 2022 21:44:23 +0800 Subject: [PATCH] Fixed wrong password alert (#43) The session start() function was on the wrong line in the logout.php file. I just changed it to the appropriate line of code, before the session destroy() function. Co-authored-by: WhyteAsamoah Reviewed-on: http://121.4.94.30:3000/mrlan/LRR/pulls/43 Co-authored-by: YEBOAH MARTHA ASAMOAH <3534763826@qq.com> Co-committed-by: YEBOAH MARTHA ASAMOAH <3534763826@qq.com> --- logout.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/logout.php b/logout.php index ad306cc..7ff6624 100644 --- a/logout.php +++ b/logout.php @@ -1,11 +1,11 @@