renamed to .php

This commit is contained in:
Hickmeister
2025-01-04 14:28:31 +00:00
parent 0fa05b6514
commit 3216e90c4f
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<?php
session_start();
if (!isset($_SESSION['user_id'])) {
header("Location: /login.html");
header("Location: /login.php");
exit();
}
?>