mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-13 18:40:49 +01:00
6 lines
112 B
PHP
6 lines
112 B
PHP
<?php
|
|
require_once("inc/functions.php");
|
|
require_once("inc/imgcaptcha.php");
|
|
print generateCaptchaHash();
|
|
?>
|