6 lines
112 B
PHP
6 lines
112 B
PHP
|
<?php
|
||
|
require_once("inc/functions.php");
|
||
|
require_once("inc/imgcaptcha.php");
|
||
|
print generateCaptchaHash();
|
||
|
?>
|