4chan-src/lib/global_constants.php
2025-04-17 09:20:34 +02:00

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