- Timestamp:
- 2006/10/13 13:06:38 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/install/index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r6258 r6259 169 169 // ÆþÎϥǡ¼¥¿¤òÅϤ¹¡£ 170 170 $arrRet = $objDBParam->getHashArray(); 171 171 $dsn = $arrRet['db_type']."://".$arrRet['db_user'].":".$arrRet['db_password']."@".$arrRet['db_server'].":".$arrRet['db_port']."/".$arrRet['db_name']; 172 172 173 if ($arrRet['db_type'] == 'pgsql'){ 173 174 // ¥Ó¥å¡¼¤Îºï½ü … … 565 566 $arrErr = array(); 566 567 567 gfPrintLog("nn", "./temp/install.log");568 569 568 if(!file_exists($filepath)) { 570 569 $arrErr['all'] = ">> ¥¹¥¯¥ê¥×¥È¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"; … … 574 573 fclose($fp); 575 574 } 576 577 gfPrintLog($dsn, "./temp/install.log");578 575 // Debug¥â¡¼¥É»ØÄê 579 576 $options['debug'] = DB_DEBUG; 580 577 $objDB = DB::connect($dsn, $options); 581 582 gfPrintLog("nn", "./temp/install.log");583 584 578 // Àܳ¥¨¥é¡¼ 585 579 if(!PEAR::isError($objDB)) {
Note: See TracChangeset
for help on using the changeset viewer.
