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

6 lines
117 B
PHP

<?php
include_once("./_common.php");
include_once(G4_GCAPTCHA_PATH.'/gcaptcha.lib.php');
echo chk_captcha();
?>