commit
ef70b6bcb5
|
@ -1403,6 +1403,7 @@ function EnvOpt($needUpdate = 0)
|
||||||
global $timezones;
|
global $timezones;
|
||||||
global $slash;
|
global $slash;
|
||||||
global $drive;
|
global $drive;
|
||||||
|
global $platform;
|
||||||
ksort($EnvConfigs);
|
ksort($EnvConfigs);
|
||||||
$disktags = explode('|', getConfig('disktag'));
|
$disktags = explode('|', getConfig('disktag'));
|
||||||
$envs = '';
|
$envs = '';
|
||||||
|
|
|
@ -140,6 +140,7 @@ function main_handler($event, $context)
|
||||||
// Aliyun FC & Huawei FG & Baidu CFC
|
// Aliyun FC & Huawei FG & Baidu CFC
|
||||||
function handler($event, $context)
|
function handler($event, $context)
|
||||||
{
|
{
|
||||||
|
global $platform;
|
||||||
if ('FC'==$platform) {
|
if ('FC'==$platform) {
|
||||||
// Aliyun FC
|
// Aliyun FC
|
||||||
set_error_handler("myErrorHandler");
|
set_error_handler("myErrorHandler");
|
||||||
|
|
Loading…
Reference in New Issue