forked from Cavemanon/cavepaintings
and add the securimage library
This commit is contained in:
6
lib/securimage/securimage_example.php
Normal file
6
lib/securimage/securimage_example.php
Normal file
@@ -0,0 +1,6 @@
|
||||
Out of the box example of Securimage CAPTCHA Class.<br /><br />
|
||||
|
||||
<img src="securimage_show.php?sid=<?php echo md5(uniqid(time())); ?>" id="image" align="absmiddle" />
|
||||
<a href="securimage_play.php" style="font-size: 13px">(Audio)</a><br /><br />
|
||||
|
||||
<a href="#" onclick="document.getElementById('image').src = 'securimage_show.php?sid=' + Math.random(); return false">Reload Image</a>
|
Reference in New Issue
Block a user