summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.php b/index.php
index 1aa34af..5e8d5e9 100644
--- a/index.php
+++ b/index.php
@@ -226,7 +226,9 @@ $update = $Config->checkUpdate();
<table>
<thead>
<tr>
- <th class="w10p">Filesystem</th>
+ <?php if ($Config->get('disk:show_filesystem')): ?>
+ <th class="w10p">Filesystem</th>
+ <?php endif; ?>
<th class="w20p">Mount</th>
<th>Use</th>
<th class="w15p">Free</th>