Created Custom Session System and Updated Admin Section to new System

This commit is contained in:
2025-07-19 15:57:10 +02:00
parent 1c73557ae4
commit faa65803f2
8 changed files with 188 additions and 11 deletions
+7 -1
View File
@@ -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();
?>