summaryrefslogtreecommitdiffstats
path: root/modules/systemstatus.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-12 17:58:08 +0200
committerSimon Rettberg2015-09-12 17:58:08 +0200
commit3bddad0ec251a75e6554e8a9b986ff7e2b234ec7 (patch)
tree570aeacf7cbabe11ea8db0ea51ec24ef57ff4a1e /modules/systemstatus.inc.php
parentImage delete feature (diff)
downloadslx-admin-3bddad0ec251a75e6554e8a9b986ff7e2b234ec7.tar.gz
slx-admin-3bddad0ec251a75e6554e8a9b986ff7e2b234ec7.tar.xz
slx-admin-3bddad0ec251a75e6554e8a9b986ff7e2b234ec7.zip
[ldap] new module
Diffstat (limited to 'modules/systemstatus.inc.php')
-rw-r--r--modules/systemstatus.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/systemstatus.inc.php b/modules/systemstatus.inc.php
index a477b252..46bab5b6 100644
--- a/modules/systemstatus.inc.php
+++ b/modules/systemstatus.inc.php
@@ -101,6 +101,8 @@ class Page_SystemStatus extends Page
$storeError = false;
}
}
+ } else {
+ $storeError = 'Storage not configured';
}
echo Render::parse('systemstatus/diskstat', array(
'store' => $storeUsage,