mirror of
https://github.com/Mibew/i18n.git
synced 2025-05-06 16:43:07 +03:00
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@536 c66351dc-e62f-0410-b875-e3a5c0b9693f
7 lines
381 B
PHP
7 lines
381 B
PHP
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>
|