4chan/lib/global_constants.php
AgarthaCrack 5a446f7192 add code
2025-04-15 23:37:08 +00:00

6 lines
192 B
PHP

<?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';