diff options
Diffstat (limited to 'application/views/file')
-rw-r--r-- | application/views/file/upload_form.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/application/views/file/upload_form.php b/application/views/file/upload_form.php index 750d77b03..34dd5a77b 100644 --- a/application/views/file/upload_form.php +++ b/application/views/file/upload_form.php @@ -1,3 +1,4 @@ +<? if (false) { ?> <div style="margin-top: 100px; text-align:center"> <?php echo form_open_multipart('file/do_upload'); ?> <p> @@ -46,6 +47,7 @@ </ul> <p>If your upload is not detected as text, only <span class="example">/<ID>/qr</span> and <span class="example">/<ID>/plain</span> will work as above and all others will simply return the file with the detected MIME type.</p> <br /> +<? } ?> <?php if($contact_me_url) {?><p>If you experience any problems feel free to <a href="<?php echo $contact_me_url; ?>">contact me</a>.</p> <br /><?php }; ?> <div class="small"> |