4chan/lib/global_constants.php
2025-04-17 14:46:47 -05:00

6 lines
No EOL
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';