We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86bfbd4 + 7be3c95 commit 60acf2eCopy full SHA for 60acf2e
1 file changed
interface/web/sites/lib/module.conf.php
@@ -64,7 +64,7 @@
64
}
65
66
// Databases menu
67
-if($app->auth->get_client_limit($userid, 'database') != 0)
+if($app->auth->get_client_limit($userid, 'database') != 0 && $app->system->has_service($userid, 'db'))
68
{
69
$items=array();
70
0 commit comments