mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
PostgreSql DB 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3278 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c504da0ebe
commit
29d100531f
10 changed files with 61 additions and 7 deletions
|
|
@ -230,6 +230,7 @@ EndOfLicense;
|
|||
'sqlite2' => '支持用文件形式保存数据的sqlite2。<br />安装时DB文件应在web不能访问的地方生成。<br />(还没有通过安全的测试)',
|
||||
'sqlite3_pdo' => '用PHP的 PDO支持 sqlite3。<br />安装时DB文件应在web不能访问的地方生成。',
|
||||
'cubrid' => '使用CUBRID DB。',
|
||||
'postgresql' => '使用PostgreSql DB。',
|
||||
);
|
||||
|
||||
$lang->form_title = '输入数据库及管理员信息';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue