fixing everything for local use

This commit is contained in:
2025-09-21 14:36:10 +02:00
parent 950fe1d885
commit c7f59969a0
4 changed files with 3 additions and 33 deletions
-5
View File
@@ -1,11 +1,6 @@
<?php
require_once("/var/www/furatalog/data/script/furatalog.sessions.php");
$fs = new furatalogSessions();
if (!$fs->issetSessionData("login") && ($fs->getSessionData("login") != "true-as-hell")) {
header("Location: login.php");
die();
}
?>
<!DOCTYPE html>