Changeset 6257 for temp/trunk/html
- Timestamp:
- 2006/10/13 13:03:33 (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
r6256 r6257 7 7 require_once("../require.php"); 8 8 $INSTALL_DIR = realpath(dirname( __FILE__)); 9 10 define('DB_DEBUG', 12); 11 9 12 class LC_Page { 10 13 function LC_Page() { … … 530 533 $dsn = $arrRet['db_type']."://".$arrRet['db_user'].":".$arrRet['db_password']."@".$arrRet['db_server'].":".$arrRet['db_port']."/".$arrRet['db_name']; 531 534 // Debug¥â¡¼¥É»ØÄê 532 $options['debug'] = 9;535 $options['debug'] = DB_DEBUG; 533 536 $objDB = DB::connect($dsn, $options); 534 537 // Àܳ¥¨¥é¡¼ … … 573 576 574 577 gfPrintLog("nn", "./temp/install.log"); 575 576 $objDB = DB::connect($dsn); 578 // Debug¥â¡¼¥É»ØÄê 579 $options['debug'] = DB_DEBUG; 580 $objDB = DB::connect($dsn, $options); 577 581 578 582 gfPrintLog("nn", "./temp/install.log");
Note: See TracChangeset
for help on using the changeset viewer.
