diff --git a/install/Mysql.php b/install/Mysql.php index 64e27b26..fec90dbd 100644 --- a/install/Mysql.php +++ b/install/Mysql.php @@ -7,8 +7,6 @@ if (defined('SAE_MYSQL_DB') && SAE_MYSQL_DB != "app_") { $engine = 'SAE'; } else if (!!getenv('HTTP_BAE_ENV_ADDR_SQL_IP')) { $engine = 'BAE'; -} else if (ini_get('acl.app_id') && class_exists('Alibaba')) { - $engine = 'ACE'; } else if (isset($_SERVER['SERVER_SOFTWARE']) && strpos($_SERVER['SERVER_SOFTWARE'],'Google App Engine') !== false) { $engine = 'GAE'; } @@ -71,30 +69,6 @@ $baeDbPassword = "getenv('HTTP_BAE_ENV_SK')"; )" /> - - - -