Update 2 files
- /html/upload.php - /html/admin.php
This commit is contained in:
parent
8a1b6f540f
commit
5f0adaf0f6
@ -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();
|
||||
}
|
||||
|
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user