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