feature 625: comment anti-spam - protect against some of the spam robots

git-svn-id: http://piwigo.org/svn/trunk@1737 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2007-01-19 02:56:54 +00:00
parent 6381378a8f
commit 96a0c2b1d3
4 changed files with 98 additions and 4 deletions
+2 -1
View File
@@ -190,7 +190,8 @@
<!-- BEGIN author_field -->
<label>{lang:upload_author}<input type="text" name="author"></label>
<!-- END author_field -->
<label>{lang:comment}<textarea name="content" rows="10" cols="80"></textarea></label>
<label>{lang:comment}<textarea name="content" rows="5" cols="80"></textarea></label>
<input type="hidden" name="key" value="{comments.add_comment.key}" />
<input type="submit" value="{lang:submit}">
</fieldset>
</form>