bug fix
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ if (isset($_POST["username"]) && isset($_POST["password"])) {
|
||||
}*/
|
||||
|
||||
if (($fs->getSessionData("login") == null) && ($fs->getSessionData("login") == "true-as-hell")) {
|
||||
header("Location: login.php");
|
||||
header("Location: index.php");
|
||||
die();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user