troppe modifiche, non so cosa scrivere

This commit is contained in:
2025-10-02 11:54:59 +02:00
parent f68162b80b
commit d405a0e21c
16 changed files with 153 additions and 73 deletions

View File

@@ -1,7 +1,6 @@
<?php
session_start();
include("../lib/db.php");
include("../config/config.php");
if (!isset($_SESSION['admin']) || $_SESSION['auth_type'] != 'local') {
header("Location: login.php");