leftypol/imgcaptcha_p.php
2012-12-22 17:44:43 +01:00

6 lines
112 B
PHP

<?php
require_once("inc/functions.php");
require_once("inc/imgcaptcha.php");
print generateCaptchaHash();
?>