/ lib / global_constants.php
global_constants.php
1  <?php
2  // If captcha is already defined we have included global_config.ini already.
3  if( defined( 'CAPTCHA' ) ) return;
4  define( 'ONLY_PARSE_INI', true );
5  
6  require_once 'yotsuba_config.php';