Remove old validation system

This commit is contained in:
Nicolas Le Goff
2013-06-17 12:23:26 +02:00
parent c509a1bf47
commit e9569b2066
177 changed files with 0 additions and 35046 deletions

View File

@@ -1,6 +0,0 @@
<?php
// Echo the image - timestamp appended to prevent caching
echo '<a href="index.php" onclick="refreshimg(); return false;" title="Click to refresh image"><img src="images/image.jpg?' . time() . '" width="132" height="46" alt="Captcha image" /></a>';
?>