mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +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
|
|
@ -238,6 +238,7 @@ EndOfLicense;
|
|||
'sqlite2' => 'ファイルタイプデータベースである「sqlite2」をサポートします。インストールの際は、DBファイルはウェブがらアクセスできない場所に作成してください。(安定化までのテストは行われていません)',
|
||||
'sqlite3_pdo' => 'PHPのPDOを経由うして「sqlite3」をサポートします。インストールの際は、ウェブからアクセスできない場所に作成してください。',
|
||||
'cubrid' => 'CUBRID DBを利用します。',
|
||||
'postgresql' => 'PostgreSql DBを利用します。',
|
||||
);
|
||||
|
||||
$lang->form_title = 'データベース & 管理者情報入力';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue