提交 0a776ac0 编写于 作者: G gongfuxiang

2.3封版

上级 e6191c17
......@@ -25,6 +25,9 @@ class BubbleController extends CommonController
// 登录校验
$this->Is_Login();
// 权限校验
$this->Is_Power();
}
/**
......
......@@ -37,7 +37,7 @@ function FileUploadError($name)
{
return $file_error_list[$_FILES[$name]['error']];
}
return L('common_unknown_error');
return L('common_unknown_error').'[file error '.$_FILES[$name]['error'].']';
}
/**
......
此差异已折叠。
+=========================================================+
SchoolCMS 2.3 Release 201704.. http://schoolcms.org
SchoolCMS 2.3 Release 20170413 http://schoolcms.org
+=========================================================+
优化
1、修复已知阿八哥
......
......@@ -38,10 +38,10 @@ if(is_dir("./Install") && !file_exists("./Install/install.lock"))
if(version_compare(PHP_VERSION,'5.3.0','<')) die('require PHP > 5.3.0 !');
// 开启调试模式 建议开发阶段开启 部署阶段注释或者设为false
define('APP_DEBUG', true);
define('APP_DEBUG', false);
// 分之模式,master,develop,test,debug
define('APP_STATUS', 'develop');
define('APP_STATUS', 'master');
/* 定义系统目录分隔符 */
define('DS', DIRECTORY_SEPARATOR);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册