This commit is contained in:
Flatlogic Bot 2025-11-05 23:25:26 +00:00
parent 27581cde41
commit 28184556fb

View File

@ -1,5 +1,4 @@
<?php <?php
session_start();
if (!isset($_SESSION['user_id'])) { if (!isset($_SESSION['user_id'])) {
header("Location: login.php"); header("Location: login.php");