Changeset 5103 for temp/trunk/html
- Timestamp:
- 2006/09/19 09:24:59 (20 years ago)
- Location:
- temp/trunk/html/install
- Files:
-
- 2 edited
-
index.php (modified) (1 diff)
-
templates/step3.tpl (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r5102 r5103 169 169 // ¥·¥ç¥Ã¥×¥Þ¥¹¥¿¾ðÊó¤Î½ñ¤¹þ¤ß 170 170 $arrRet = $objDBParam->getHashArray(); 171 $dsn = "pgsql://".$arrRet['db_user'].":".$arrRet['db_password']."@".$arrRet['db_server'].$port."/".$arrRet['db_name'];171 $dsn = $arrRet['db_type']."://".$arrRet['db_user'].":".$arrRet['db_password']."@".$arrRet['db_server'].$port."/".$arrRet['db_name']; 172 172 $sqlval['shop_name'] = $objWebParam->getValue('shop_name'); 173 173 $sqlval['email01'] = $objWebParam->getValue('admin_mail');
Note: See TracChangeset
for help on using the changeset viewer.
