+ [highgo] Add highgo lang

This commit is contained in:
朱金勇
2025-10-11 08:39:20 +08:00
committed by Gitfox
parent 2d13f6a0df
commit cb066fed39
+1
View File
@@ -148,6 +148,7 @@ $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';