Update file upload.php
This commit is contained in:
parent
57084ac876
commit
8cbee9dff4
@ -2,7 +2,7 @@
|
||||
require "../include/variables.php";
|
||||
require "../include/functions.php";
|
||||
|
||||
if($_SESSION['role'] < 3) {
|
||||
if($_SESSION['role'] < 1) {
|
||||
header("Location: login.php");
|
||||
http_response_code(404);
|
||||
die();
|
||||
|
Loading…
x
Reference in New Issue
Block a user