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 da7597f commit 632f156Copy full SHA for 632f156
interface/web/tools/user_settings.php
@@ -44,10 +44,6 @@
44
//* Check permissions for module
45
$app->auth->check_module_permissions('tools');
46
47
-if($_SESSION['s']['user']['typ'] == 'admin') {
48
- $app->auth->check_security_permissions('admin_allow_new_admin');
49
-}
50
-
51
// Loading classes
52
$app->uses('tpl,tform,tform_actions');
53
$app->load('tform_actions');
0 commit comments