diff options
Diffstat (limited to 'application/views/file')
-rw-r--r-- | application/views/file/upload_form.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/application/views/file/upload_form.php b/application/views/file/upload_form.php index a0805013d..365c1ec10 100644 --- a/application/views/file/upload_form.php +++ b/application/views/file/upload_form.php @@ -44,7 +44,12 @@ You have to <?=anchor("user/login", "log in"); ?> to be able to upload/paste. <li><span class="example">/<ID>/ascii</span> convert text with ANSI (shell) escape codes to HTML</li> </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 /> + +<h2>Information</h2> +<p>This website's primary goal is aiding developers, users, <a href="http://www.catb.org/~esr/faqs/hacker-howto.html">hackers</a>, students and alike in solving problems, debugging software, sharing their configuration, etc. It is not intended to distribute confidential or harmful information, scripts or software.</p> + +<p>If you believe you deserve an account, ask someone who is already using this service to <?=anchor("user/invite", "invite"); ?> you.</p> + <?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"> |