summaryrefslogtreecommitdiffstats
path: root/system/application/views/file/upload_form.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-07-11 20:54:26 +0200
committerFlorian Pritz <bluewind@xssn.at>2010-07-11 20:55:54 +0200
commiteb98a1b4b2ccebd75924cd56cb286573186cc283 (patch)
tree2fc216d31678ab1fbafe514ab5f15df4be233098 /system/application/views/file/upload_form.php
parent00596f828d9e964ed008020ea104e96e77824578 (diff)
display minimum deletion size on upload_form
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'system/application/views/file/upload_form.php')
-rw-r--r--system/application/views/file/upload_form.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/application/views/file/upload_form.php b/system/application/views/file/upload_form.php
index ac4789770..300fa7558 100644
--- a/system/application/views/file/upload_form.php
+++ b/system/application/views/file/upload_form.php
@@ -12,7 +12,9 @@
</form>
</div>
<br /><br />
-<p>Uploads/pastes are deleted after 5 days.</p>
+<p>Uploads/pastes are deleted after 5 days<?php if($small_upload_size > 0): ?>
+ unless they are smaller than <?php echo format_bytes($small_upload_size); ?>
+<?php endif; ?>.</p>
<br />
<p>For shell uploading/pasting use:</p>
<pre>