summaryrefslogtreecommitdiffstats
path: root/apps/admin/modules/domain/templates/_quota.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/admin/modules/domain/templates/_quota.php')
-rw-r--r--apps/admin/modules/domain/templates/_quota.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/admin/modules/domain/templates/_quota.php b/apps/admin/modules/domain/templates/_quota.php
new file mode 100644
index 0000000..0b36b22
--- /dev/null
+++ b/apps/admin/modules/domain/templates/_quota.php
@@ -0,0 +1 @@
+<?php use_helper("Files") ?><?php echo format_bytes($domain->getUsedQuota()*1000) ?> / <?php echo ($domain->getQuota()==0 ? "Unlimited" : format_bytes($domain->getQuota()*1000)) ?>