Commit 6b902d8d by 冷斌

fix bug

parent 37928889
#!/usr/bin/env php
<?php
header('Content-type:text/html;charset=UTF-8;');
error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED);
//error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED);
error_reporting(E_ALL);
//网站根路径设置
define('SITE_PATH', dirname(__FILE__));
......@@ -9,4 +10,4 @@ define('SITE_PATH', dirname(__FILE__));
require SITE_PATH . '/core/core.php';
// 初始化
\Eduline\Console::init();
\ No newline at end of file
\Eduline\Console::init();
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