Created Custom Session System and Updated Admin Section to new System
This commit is contained in:
+7
-1
@@ -1,6 +1,12 @@
|
||||
<?php
|
||||
session_start();
|
||||
/*session_start();
|
||||
session_destroy();
|
||||
header("Location: login.php");
|
||||
die();*/
|
||||
|
||||
require_once("/var/www/furatalog/data/script/furatalog.sessions.php");
|
||||
$fs = new furatalogSessions();
|
||||
$fs->destroy();
|
||||
header("Location: login.php");
|
||||
die();
|
||||
?>
|
||||
Reference in New Issue
Block a user