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.
2 parents be3560e + 4576a93 commit 249c2abCopy full SHA for 249c2ab
interface/web/dashboard/dashlets/databasequota.php
@@ -11,7 +11,7 @@ function show() {
11
return;
12
}
13
14
- $modules = $_SESSION['s']['user']['modules'];
+ $modules = explode(',', $_SESSION['s']['user']['modules']);
15
if (!in_array($modules, 'sites')) {
16
return '';
17
interface/web/dashboard/dashlets/quota.php
0 commit comments