Commit Bulk

This commit is contained in:
2023-08-28 15:26:15 +00:00
parent 6c15e330c4
commit 674fe5f264
54 changed files with 2838 additions and 1490 deletions

View File

@@ -10,7 +10,7 @@ if (!isset($_SESSION['user']))
$user = unserialize($_SESSION['user']);
$user->access();
if (!$user->admin && in_array($user->acceso, ['r', 'n'])) {
if (in_array($user->acceso, ['r', 'n'])) {
// die($access);
header('Location: main.php?error=1');
} else {