bug fix attempt
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ if (isset($_POST["urltransmit"])) {
|
||||
}
|
||||
|
||||
if (!$fs->issetSessionData("login") && ($fs->getSessionData("login") != "true-as-hell")) {
|
||||
header("Location: login.php");
|
||||
header("Location: login.php?ref=insert");
|
||||
$fs->setSessionData("ref", "insert");
|
||||
die();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user