Fail !
This commit is contained in:
parent
f1e7d8dec9
commit
df5500adfe
|
@ -52,7 +52,6 @@ $subadmin=variable_get("subadmin_restriction", 0);
|
||||||
// If we ask for all account but we aren't "admin" and
|
// If we ask for all account but we aren't "admin" and
|
||||||
// subadmin var is not 1
|
// subadmin var is not 1
|
||||||
if ($show=="all" && !$subadmin==1 && $cuid != 2000) {
|
if ($show=="all" && !$subadmin==1 && $cuid != 2000) {
|
||||||
printvar('plop2');
|
|
||||||
__("This page is restricted to authorized staff");
|
__("This page is restricted to authorized staff");
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue