Update add_user.php

This commit is contained in:
jakani24
2024-01-20 09:45:37 +01:00
parent f02ecb1b9b
commit 4a97396436

View File

@@ -12,7 +12,7 @@ $username = $_SESSION['username'];
$perms = $_SESSION["perms"];
$email = $_SESSION["email"];
if($perms[0]!=="0"){
header("location:index.php?page=no_access.php");
header("location:no_access.php");
$block=1;
exit();
}else{