We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af498fb commit 77654ebCopy full SHA for 77654eb
public_html/lists/admin/accesscheck.php
@@ -37,7 +37,7 @@ function isSuperUser()
37
if (defined('WEBBLER') || defined('IN_WEBBLER')) {
38
return 1;
39
}
40
- if ($GLOBALS['commandline']) {
+ if (!empty($GLOBALS['commandline'])) {
41
return true;
42
43
global $tables;
0 commit comments