diff options
Diffstat (limited to 'system/application/views')
-rw-r--r-- | system/application/views/file/upload_form.php | 4 |
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> |