mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
Fix typo.
This commit is contained in:
parent
61b8544d28
commit
d838956139
4 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ if (!is_csrf_safe()) {
|
|||
|
||||
if (!is_adminuser()) {
|
||||
header('Status: 403');
|
||||
jtable_respond(null, 'error', "You need adminprivileges to get here");
|
||||
jtable_respond(null, 'error', "You need admin privileges to get here");
|
||||
}
|
||||
|
||||
if (!isset($_GET['action'])) {
|
||||
|
|
2
logs.php
2
logs.php
|
@ -12,7 +12,7 @@ if (!is_csrf_safe()) {
|
|||
|
||||
if (!is_adminuser()) {
|
||||
header('Status: 403');
|
||||
jtable_respond(null, 'error', "You need adminprivileges to get here");
|
||||
jtable_respond(null, 'error', "You need admin privileges to get here");
|
||||
}
|
||||
|
||||
if (!isset($_GET['action'])) {
|
||||
|
|
|
@ -14,7 +14,7 @@ $zoneid = isset($_GET['zoneid']) ? $_GET['zoneid'] : '';
|
|||
|
||||
if (!is_adminuser()) {
|
||||
header('Status: 403');
|
||||
jtable_respond(null, 'error', "You need adminprivileges to get here");
|
||||
jtable_respond(null, 'error', "You need admin privileges to get here");
|
||||
}
|
||||
|
||||
if (!isset($_GET['action'])) {
|
||||
|
|
|
@ -12,7 +12,7 @@ if (!is_csrf_safe()) {
|
|||
|
||||
if (!is_adminuser()) {
|
||||
header('Status: 403');
|
||||
jtable_respond(null, 'error', "You need adminprivileges to get here");
|
||||
jtable_respond(null, 'error', "You need admin privileges to get here");
|
||||
}
|
||||
|
||||
if (!isset($_GET['action'])) {
|
||||
|
|
Loading…
Add table
Reference in a new issue