This action will force synchronization from ThinkPHP/thinkphp32, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
<?php// +----------------------------------------------------------------------// | ThinkPHP [ WE CAN DO IT JUST THINK IT ]// +----------------------------------------------------------------------// | Copyright (c) 2006-2014 http://thinkphp.cn All rights reserved.// +----------------------------------------------------------------------// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )// +----------------------------------------------------------------------// | Author: liu21st <liu21st@gmail.com>// +----------------------------------------------------------------------/*** ThinkPHP 默认的调试模式配置文件*/defined('THINK_PATH') or exit();// 调试模式下面默认设置 可以在应用配置目录下重新定义 debug.php 覆盖return array('LOG_RECORD' => true, // 进行日志记录'LOG_EXCEPTION_RECORD' => true, // 是否记录异常信息日志'LOG_LEVEL' => 'EMERG,ALERT,CRIT,ERR,WARN,NOTIC,INFO,DEBUG,SQL', // 允许记录的日志级别'DB_FIELDS_CACHE' => false, // 字段缓存信息'DB_DEBUG' => true, // 开启调试模式 记录SQL日志'TMPL_CACHE_ON' => false, // 是否开启模板编译缓存,设为false则每次都会重新编译'TMPL_STRIP_SPACE' => false, // 是否去除模板文件里面的html空格与换行'SHOW_ERROR_MSG' => true, // 显示错误信息'URL_CASE_INSENSITIVE' => false, // URL区分大小写);
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。