Merge pull request #691 from qkqpttgf/qkqpttgf-patch-1

fix bug!
This commit is contained in:
qkqpttgf
2023-05-20 15:12:49 +00:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1403,6 +1403,7 @@ function EnvOpt($needUpdate = 0)
global $timezones;
global $slash;
global $drive;
global $platform;
ksort($EnvConfigs);
$disktags = explode('|', getConfig('disktag'));
$envs = '';
+1
View File
@@ -140,6 +140,7 @@ function main_handler($event, $context)
// Aliyun FC & Huawei FG & Baidu CFC
function handler($event, $context)
{
global $platform;
if ('FC'==$platform) {
// Aliyun FC
set_error_handler("myErrorHandler");