Skip to content

Commit

Permalink
sql,v6.3细节优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gongfuxiang committed Oct 21, 2024
1 parent fc93254 commit 0dd6dbd
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 378 deletions.
7 changes: 6 additions & 1 deletion app/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -3149,7 +3149,12 @@ function MyC($key, $default = '', $mandatory = false)
static $cache_config_data = false;
if($cache_config_data === false)
{
$cache_config_data = ConfigService::ConfigInit();
// 检测是否是新安装
if(SystemService::SystemInstallCheck(['is_redirect'=>0]))
{
// 获取配置数据
$cache_config_data = ConfigService::ConfigInit();
}
}

// 1. 强制校验值
Expand Down
374 changes: 0 additions & 374 deletions app/service/PluginsUpgradeService.php

This file was deleted.

Loading

0 comments on commit 0dd6dbd

Please sign in to comment.