- Timestamp:
- 2006/09/20 18:49:47 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r5279 r5280 427 427 $objErr->arrErr = $objFormParam->checkError(); 428 428 429 sfprintr($dsn);430 431 429 if(count($objErr->arrErr) == 0) { 432 430 // Àܳ³Îǧ 433 431 $dsn = $arrRet['db_type']."://".$arrRet['db_user'].":".$arrRet['db_password']."@".$arrRet['db_server'].$port."/".$arrRet['db_name']; 432 sfprintr($dsn); 434 433 // Debug¥â¡¼¥É»ØÄê 435 434 $options['debug'] = 3;
Note: See TracChangeset
for help on using the changeset viewer.
