clipbucket/upload/plugins/signup_captcha/captcha.php
2015-07-10 06:19:43 +00:00

10 lines
No EOL
244 B
PHP

<?php
/*define("IS_CAPTCHA_LOADING",true);
require '../../includes/common.php';
require "captcha/class.img_validator.php";
$word = substr(md5(rand(100,999999)),6,6);
$img = new img_validator();
$img->generates_image($word,true);*/
?>