Merge branch feature/highgo of zentao/zentaopms (#12521)
This commit is contained in:
@@ -146,9 +146,6 @@ $lang->install->working = 'Operation Mode';
|
||||
|
||||
$lang->install->dbDriverList = array();
|
||||
$lang->install->dbDriverList['mysql'] = 'MySQL';
|
||||
$lang->install->dbDriverList['dm'] = 'DM8';
|
||||
$lang->install->dbDriverList['oceanbase'] = 'OceanBase';
|
||||
$lang->install->dbDriverList['highgo'] = 'HighGoDB';
|
||||
|
||||
$lang->install->requestTypes['GET'] = 'GET';
|
||||
$lang->install->requestTypes['PATH_INFO'] = 'PATH_INFO';
|
||||
|
||||
@@ -146,9 +146,6 @@ $lang->install->working = '工作方式';
|
||||
|
||||
$lang->install->dbDriverList = array();
|
||||
$lang->install->dbDriverList['mysql'] = 'MySQL';
|
||||
$lang->install->dbDriverList['dm'] = '达梦';
|
||||
$lang->install->dbDriverList['oceanbase'] = 'OceanBase';
|
||||
$lang->install->dbDriverList['highgo'] = '瀚高';
|
||||
|
||||
$lang->install->requestTypes['GET'] = '普通方式';
|
||||
$lang->install->requestTypes['PATH_INFO'] = '静态友好方式';
|
||||
|
||||
@@ -69,7 +69,7 @@ div
|
||||
),
|
||||
h::td()
|
||||
),
|
||||
$config->edition != 'open' ? h::tr
|
||||
count($lang->install->dbDriverList) > 1 ? h::tr
|
||||
(
|
||||
$config->inQuickon ? setClass('hidden') : null,
|
||||
h::th(setClass('text-right'), $lang->install->dbDriver),
|
||||
|
||||
Reference in New Issue
Block a user