initial commit
This commit is contained in:
6
lib/global_constants.php
Normal file
6
lib/global_constants.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?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';
|
Reference in New Issue
Block a user