1
0
mirror of https://github.com/Daichimarukana/uwuzu.git synced 2026-06-04 19:14:41 +00:00
Files
uwuzu-mirror/settings_admin/hCaptcha_settings/hCaptcha_settings.php
T
2024-03-05 21:25:13 +09:00

8 lines
147 B
PHP

<?php // Captchaの認証情報
define( 'CAPTCHA', '');// trueならhCaptchaが有効
define( 'SITE_KEY', '');
define( 'SEAC_KEY', '');
?>