4chan/lib/global_constants.php
2025-04-26 11:21:01 -04: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';