diff options
author | Florian Pritz <bluewind@server-speed.net> | 2011-05-28 20:01:14 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@server-speed.net> | 2011-05-28 20:01:14 +0200 |
commit | 2534b705dfe2ee37c24fe530e06699a282d1c9ab (patch) | |
tree | f2bd93d526709ff323cf243a3b60c7195196051c /application/views | |
parent | d8f426985a3f7443af59d23bbf1dff5e586c428e (diff) |
remove text upload notice
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
Diffstat (limited to 'application/views')
-rw-r--r-- | application/views/file/upload_form.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/application/views/file/upload_form.php b/application/views/file/upload_form.php index 315c2e856..4f5a01ebc 100644 --- a/application/views/file/upload_form.php +++ b/application/views/file/upload_form.php @@ -25,7 +25,6 @@ } /* ]]> */ </script> - <p>Pasting text directly has been disabled due to extensive bot problems. Please use the file upload instead.</p> <?php if (false): ?> <p><b>OR</b></p> <?php echo form_open_multipart('file/do_paste'); ?> |