mirror of
https://github.com/typecho/typecho.git
synced 2025-01-31 03:12:21 +01:00
fix #642
This commit is contained in:
parent
b68c45ca93
commit
a48f7ea48b
@ -410,7 +410,6 @@ EOF;
|
||||
return !empty($_SERVER['HTTP_APPNAME']) // SAE
|
||||
|| !!getenv('HTTP_BAE_ENV_APPID') // BAE
|
||||
|| !!getenv('HTTP_BAE_LOGID') // BAE 3.0
|
||||
|| (ini_get('acl.app_id') && class_exists('Alibaba')) // ACE
|
||||
|| (isset($_SERVER['SERVER_SOFTWARE']) && strpos($_SERVER['SERVER_SOFTWARE'],'Google App Engine') !== false) // GAE
|
||||
;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user