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 8cf2763 commit 4ee9efaCopy full SHA for 4ee9efa
interface/web/sites/lib/module.conf.php
@@ -108,6 +108,8 @@
108
109
110
// CMD menu
111
+if($app->auth->get_client_limit($userid,'shell_user') != 0 OR $app->auth->get_client_limit($userid,'cron') != 0)
112
+{
113
$items=array();
114
115
if($app->auth->get_client_limit($userid,'shell_user') != 0)
@@ -127,7 +129,7 @@
127
129
$module["nav"][] = array( 'title' => 'Command Line',
128
130
'open' => 1,
131
'items' => $items);
-
132
+}
133
134
// APS menu
135
$items = array();
0 commit comments