Commit 8350e82f by 冷斌

fix bug

parent 41fbb2a5
#!/usr/bin/env php #!/usr/bin/env php
<?php <?php
header('Content-type:text/html;charset=UTF-8;'); header('Content-type:text/html;charset=UTF-8;');
error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED); //error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED);
//网站根路径设置
//define('SITE_PATH', dirname(__FILE__));
error_reporting(E_ALL); error_reporting(E_ALL);
//网站根路径设置
define('SITE_PATH', dirname(__FILE__));
// 载入核心文件 // 载入核心文件
require SITE_PATH . '/core/core.php'; require SITE_PATH . '/core/core.php';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment