Files
firstgarden-web-gnu/bbs/gcaptcha/get.php

5 lines
64 B
PHP

<?php
include_once("./_common.php");
echo chk_captcha();
?>