Update 2 files

- /html/upload.php
- /html/admin.php
This commit is contained in:
Jan BELLON 2024-03-07 02:49:38 +00:00
parent 8a1b6f540f
commit 5f0adaf0f6
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ require "../include/variables.php";
require "../include/functions.php";
if(isset($_SESSION['userid']) == false) {
header("Location: login.php");
http_response_code(404);
die();
}

View File

@ -3,6 +3,7 @@ require "../include/variables.php";
require "../include/functions.php";
if(isset($_SESSION['userid']) == false) {
header("Location: login.php");
http_response_code(404);
die();
}