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

6 lines
122 B
PHP

<?php
include_once("./_common.php");
include_once("./captcha.lib.php");
$captcha = new captcha();
$captcha->run();
?>