mirror of
https://github.com/typecho/typecho.git
synced 2025-03-19 01:19:40 +01:00
fix #522
This commit is contained in:
parent
e25022ecc1
commit
7653c5e0ff
@ -414,7 +414,7 @@ EOF;
|
||||
{
|
||||
return !empty($_SERVER['HTTP_APPNAME']) // SAE
|
||||
|| !!getenv('HTTP_BAE_ENV_APPID') // BAE
|
||||
|| !!getenv('SERVER_SOFTWARE') // BAE 3.0
|
||||
|| !!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