Removed all old Session Data Keys
This commit is contained in:
@@ -1,18 +1,5 @@
|
||||
<?php
|
||||
|
||||
/*session_start();
|
||||
if (isset($_SESSION["tmpdata"])) {
|
||||
$_POST["data"] = $_SESSION["tmpdata"];
|
||||
unset($_SESSION["tmpdata"]);
|
||||
}
|
||||
|
||||
if (!isset($_SESSION["login"]) && $_SESSION["login"] != "true-as-hell") {
|
||||
$_SESSION["tmpdata"] = $_POST["data"];
|
||||
header("Location: login.php?ref=redirectFromJinxxy");
|
||||
die();
|
||||
}*/
|
||||
|
||||
|
||||
require_once("/var/www/furatalog/data/script/furatalog.sessions.php");
|
||||
$fs = new furatalogSessions();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user