www.gusucode.com > ShopEx481 & PHPWind 整合版码程序 > index.php

    <?php
define('PERPAGE',10);
define('RUN_IN','FRONT_END');
ob_start();
error_reporting( E_ERROR | E_WARNING | E_PARSE );
if(include('config/config.php')){
	ob_end_clean();
	require(CORE_DIR.'/include/shopCore.php');
	new shopCore();
}else header('Location: install/');
?>