Changeset 20745
- Timestamp:
- 2011/03/20 17:37:40 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/html/install/index.php
r20732 r20745 749 749 750 750 if(count($objErr->arrErr) == 0) { 751 if (!defined("DB_TYPE")) { 752 define("DB_TYPE", $arrRet['db_type']); 753 } 751 754 // 接続確認 752 755 $dsn = $arrRet['db_type']."://".$arrRet['db_user'].":".$arrRet['db_password']."@".$arrRet['db_server'].":".$arrRet['db_port']."/".$arrRet['db_name'];
Note: See TracChangeset
for help on using the changeset viewer.