mirror of
https://github.com/Circlepuller/Tinyboard.git
synced 2025-03-03 13:34:16 +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();
|
|
?>
|