lainchan/imgcaptcha_p.php

6 lines
112 B
PHP
Raw Normal View History

2012-12-22 11:44:43 -05:00
<?php
require_once("inc/functions.php");
require_once("inc/imgcaptcha.php");
print generateCaptchaHash();
?>