initial commit

This commit is contained in:
2025-04-26 11:21:01 -04:00
commit 64f56c2711
391 changed files with 196409 additions and 0 deletions

6
lib/global_constants.php Normal file
View File

@ -0,0 +1,6 @@
<?php
// If captcha is already defined we have included global_config.ini already.
if( defined( 'CAPTCHA' ) ) return;
define( 'ONLY_PARSE_INI', true );
require_once 'yotsuba_config.php';