1
0
mirror of https://github.com/Daichimarukana/uwuzu.git synced 2026-06-05 03:24:41 +00:00

uwuzu v1.3.4 new_planet

This commit is contained in:
Daichimarukana
2024-03-26 22:48:57 +09:00
parent e0b3b93414
commit ea4ca882da
92 changed files with 3192 additions and 1567 deletions
@@ -1,8 +1,8 @@
<?php // Captchaの認証情報
define( 'CAPTCHA', '');// trueならhCaptchaが有効
<?php // Captchaの認証情報
define( 'H_CAPTCHA_ONOFF', '');// trueならhCaptchaが有効
define( 'SITE_KEY', '');
define( 'SEAC_KEY', '');
?>
define( 'H_CAPTCHA_SITE_KEY', '');
define( 'H_CAPTCHA_SEAC_KEY', '');
?>