mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-04 19:14:41 +00:00
8 lines
181 B
PHP
8 lines
181 B
PHP
|
|
<?php // Captchaの認証情報
|
|
define( 'H_CAPTCHA_ONOFF', '');// trueならhCaptchaが有効
|
|
|
|
define( 'H_CAPTCHA_SITE_KEY', '');
|
|
define( 'H_CAPTCHA_SEAC_KEY', '');
|
|
?>
|
|
|