mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-04-24 18:21:40 +08:00
更新内容在DzzOffice 笔记中查看
主要更新内容: 1.优化评论时获取的浏览器操作系统平台信息 2.同步官方修复机构用户排序问题和优化应用权限检测功能 3.增加缓存调用特征参数
This commit is contained in:
@@ -195,8 +195,6 @@ class dzz_app extends dzz_base{
|
||||
$_G['browser']=helper_browser::getbrowser();
|
||||
$_G['platform']=helper_browser::getplatform();
|
||||
$this->var = & $_G;
|
||||
|
||||
|
||||
}
|
||||
private function is_HTTPS(){
|
||||
if($_SERVER['HTTPS'] === 1){ //Apache
|
||||
|
||||
Reference in New Issue
Block a user