mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-05 03:24:41 +00:00
8 lines
147 B
PHP
8 lines
147 B
PHP
|
|
<?php // Captchaの認証情報
|
|
define( 'CAPTCHA', '');// trueならhCaptchaが有効
|
|
|
|
define( 'SITE_KEY', '');
|
|
define( 'SEAC_KEY', '');
|
|
?>
|
|
|