审查视图

api/debug.php 465 字节
lihan authored
1 2 3 4 5 6 7 8 9 10 11
<?php
// +----------------------------------------------------------------------
// | bronet [ 以客户为中心 以奋斗者为本 ]
// +----------------------------------------------------------------------
// | Copyright (c) 2013-2017 http://www.bronet.cn All rights reserved.
// +----------------------------------------------------------------------

return [
    // 应用调试模式
    'app_debug' => true,
    // 应用Trace
徐治堂 authored
12
    'app_trace' => false,
lihan authored
13 14

];