Changeset 6009
- Timestamp:
- 2006/10/11 21:03:12 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/lib/slib.php (modified) (1 diff)
-
html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r5956 r6009 68 68 if(file_exists($path)) { 69 69 sfErrorHeader(">> /install.inc¤Ï¥»¥¥å¥ê¥Æ¥£¡¼¥Û¡¼¥ë¤È¤Ê¤ê¤Þ¤¹¡£ºï½ü¤·¤Æ¤¯¤À¤µ¤¤¡£"); 70 } 71 72 70 } 73 71 } 74 72 } -
temp/trunk/html/install/index.php
r6008 r6009 464 464 } 465 465 466 print(DB_PASSWORD );467 print(DB_PORT );466 print(DB_PASSWORD . $db_password); 467 print(DB_PORT . $db_port); 468 468 469 469 $objDBParam->addParam("DB¤Î¼ïÎà", "db_type", INT_LEN, "", array("EXIST_CHECK","MAX_LENGTH_CHECK"));
Note: See TracChangeset
for help on using the changeset viewer.
