diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-04-09 14:49:06 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-04-09 20:48:23 +0200 |
commit | 91d3c284b688c56828dc57feaa94d27c4e9af338 (patch) | |
tree | f993dcc157e8994fff06a7bfe6cbe35b23c4da45 /application/views/file/upload_form.php | |
parent | dd0a983735e404d4f1f41184940f8f91940735e6 (diff) |
Add information about acceptable usage and accounts.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/file/upload_form.php')
-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"> |