mirror of
https://git.slowb.ro/AgarthaCrack/4ChanSourceCode
synced 2025-09-03 20:11:09 +02:00
6 lines
192 B
PHP
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'; |