Fix configs.

This commit is contained in:
2025-11-24 18:47:37 +01:00
parent 94955a0a42
commit 738811c0f3
2 changed files with 3 additions and 1 deletions

View File

@@ -2,7 +2,6 @@
session_start();
if (!isset($_SESSION['admin'])) { header("Location: login.php"); exit; }
include("../lib/db.php");
include("../config/config.php");
$message = "";
$messageType = "";