leftypol_lainchan/imgcaptcha_p.php

6 lines
112 B
PHP

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