diff options
author | Starla Insigna <starla4444@gmail.com> | 2011-02-20 07:30:35 -0500 |
---|---|---|
committer | Starla Insigna <starla4444@gmail.com> | 2011-02-20 07:30:35 -0500 |
commit | 87b42536198dfab02de616f9ba1e68ea307cce90 (patch) | |
tree | a595f2b988cf935a2caaa8dee51b81d5ce001a59 /theme | |
parent | a4976f966f0de5abc11235e8decb760ad79ecad1 (diff) | |
download | fourisland-87b42536198dfab02de616f9ba1e68ea307cce90.tar.gz fourisland-87b42536198dfab02de616f9ba1e68ea307cce90.tar.bz2 fourisland-87b42536198dfab02de616f9ba1e68ea307cce90.zip |
Disabled anonymous submission of quotes
A blog post explaining why will be posted soon.
Diffstat (limited to 'theme')
-rwxr-xr-x | theme/quotes/add.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/theme/quotes/add.tpl b/theme/quotes/add.tpl index 6c45876..f55615d 100755 --- a/theme/quotes/add.tpl +++ b/theme/quotes/add.tpl | |||
@@ -9,6 +9,10 @@ | |||
9 | Also, there is no need to press the submit button again. You're quote has already been sent.</p> | 9 | Also, there is no need to press the submit button again. You're quote has already been sent.</p> |
10 | <!--END SUBMITTED--> | 10 | <!--END SUBMITTED--> |
11 | 11 | ||
12 | <!--BEGIN ERROR--> | ||
13 | <p class="light-at-night">Sorry, for the time being, because of the massive problem we are having with spam, anonymous submission of quotes is disabled. If you have an account, you can still log in and submit a quote.</p> | ||
14 | <!--END ERROR--> | ||
15 | |||
12 | <form action="/quotes/add.php?submit=" method="POST"> | 16 | <form action="/quotes/add.php?submit=" method="POST"> |
13 | <textarea cols="80" rows="5" name="rash_quote"></textarea><br /> | 17 | <textarea cols="80" rows="5" name="rash_quote"></textarea><br /> |
14 | <input type="submit" value="Add Quote!" /> | 18 | <input type="submit" value="Add Quote!" /> |