if( 0 === strpos($_SERVER["SERVER_ADDR"], '10.0.2.') ) { define('IS_DEBUG', true); } else { define('IS_DEBUG', false); }
댓글