1
This commit is contained in:
@@ -17,7 +17,7 @@ return [
|
|||||||
// 应用命名空间
|
// 应用命名空间
|
||||||
'app_namespace' => 'app',
|
'app_namespace' => 'app',
|
||||||
// 应用调试模式
|
// 应用调试模式
|
||||||
'app_debug' => Env::get('app.debug', true),
|
'app_debug' => Env::get('app.debug', false),
|
||||||
// 应用Trace
|
// 应用Trace
|
||||||
'app_trace' => Env::get('app.trace', false),
|
'app_trace' => Env::get('app.trace', false),
|
||||||
// 应用模式状态
|
// 应用模式状态
|
||||||
|
|||||||
@@ -1,10 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
// 开启完整错误显示(调试用)
|
|
||||||
error_reporting(E_ALL);
|
|
||||||
ini_set('display_errors', '1');
|
|
||||||
ini_set('display_startup_errors', '1');
|
|
||||||
|
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
|
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user