changes, finishing later
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<?php
|
||||
session_start();
|
||||
// if (!isset($_SESSION['admin'])) { header("Location: login.php"); exit; }
|
||||
include("../db.php");
|
||||
if (!isset($_SESSION['admin'])) { header("Location: login.php"); exit; }
|
||||
include("../lib/db.php");
|
||||
include("../config/config.php");
|
||||
|
||||
// --- Recupera tutte le materie ---
|
||||
$subjects = [];
|
||||
|
Reference in New Issue
Block a user