Adding all Admin stuff

This commit is contained in:
2025-09-21 14:23:35 +02:00
parent 381e93c85d
commit 9983363471
10 changed files with 1155 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
require_once("/var/www/furatalog/data/script/furatalog.sessions.php");
$fs = new furatalogSessions();
$fs->destroy();
header("Location: login.php");
die();
?>