summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-06-04 10:47:33 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-06-04 10:47:33 +0200
commitda355444f188561a50937198e92ffd3f8a425407 (patch)
treee2c53f289cbfcd0f7da11402ac8bd87dff1df17f /index.php
parent50af13373d340cba2bd5893ab4b01ffe851c952b (diff)
Avoid obvious spam with a hidden field that must not be filled.
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 984763e..d9ab19f 100644
--- a/index.php
+++ b/index.php
@@ -126,6 +126,7 @@ final class LookingGlass {
}
}
+ print '<input type="text" id="dontlook" name="dontlook" placeholder="Don\'t look at me!" />';
print '</fieldset>';
print '</form>';
print '</div>';