This commit is contained in:
2025-07-19 16:08:42 +02:00
parent 41ccbfa10f
commit f840c374af
+1 -1
View File
@@ -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();
}