mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
Fix a typo
This commit is contained in:
parent
877d433b92
commit
9b51936574
2 changed files with 2 additions and 2 deletions
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'])) {
|
||||
|
|
|
@ -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