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 12e79e4 commit 54dd36eCopy full SHA for 54dd36e
interface/web/dashboard/dashlets/databasequota.php
@@ -11,6 +11,11 @@ function show() {
11
return;
12
}
13
14
+ $modules = $_SESSION['s']['user']['modules'];
15
+ if (!in_array($modules, 'sites')) {
16
+ return '';
17
+ }
18
+
19
$tpl = new tpl;
20
$tpl->newTemplate("dashlets/templates/databasequota.htm");
21
interface/web/dashboard/dashlets/quota.php
$tpl->newTemplate("dashlets/templates/quota.htm");
0 commit comments