Skip to content

Commit 7f20398

Browse files
committed
Update index.php
1 parent 5298776 commit 7f20398

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

web/login/index.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,13 @@ function authenticate_user(){
145145
}
146146
}
147147
}
148+
}else{
149+
unset($_POST);
150+
unset($_GET);
151+
unset($_SESSION);
152+
session_destroy();
153+
session_start();
154+
return false;
148155
}
149156
}
150157

0 commit comments

Comments
 (0)