1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-25 15:33:43 +01:00
vichan/imgcaptcha_p.php

6 lines
112 B
PHP
Raw Permalink Normal View History

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