Changeset 6031 for temp/trunk/html
- Timestamp:
- 2006/10/12 11:20:33 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/install/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r6030 r6031 185 185 $arrRet = $objDBParam->getHashArray(); 186 186 187 $dsn = $arrRet['db_type']."://".$arrRet['db_user'].":".$arrRet['db_password']."@".$arrRet['db_server']. $port."/".$arrRet['db_name'];187 $dsn = $arrRet['db_type']."://".$arrRet['db_user'].":".$arrRet['db_password']."@".$arrRet['db_server'].":".$arrRet['db_port']."/".$arrRet['db_name']; 188 188 $sqlval['shop_name'] = $objWebParam->getValue('shop_name'); 189 189 $sqlval['email01'] = $objWebParam->getValue('admin_mail'); … … 422 422 $secure_url = "http://" . $_SERVER['HTTP_HOST'] . $dir; 423 423 } 424 425 print(DEFAULT_DSN); 424 426 425 427 $objWebParam->addParam("Ź̾", "shop_name", MTEXT_LEN, "", array("EXIST_CHECK","MAX_LENGTH_CHECK"));
Note: See TracChangeset
for help on using the changeset viewer.
