Changeset 6003 for temp/trunk/html/install
- Timestamp:
- 2006/10/11 20:33:52 (20 years ago)
- Location:
- temp/trunk/html/install
- Files:
-
- 2 edited
-
create_table_mysql.sql (modified) (previous)
-
index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r6002 r6003 40 40 $objWebParam = lfInitWebParam($objWebParam); 41 41 $objDBParam = lfInitDBParam($objDBParam); 42 43 if ($_POST['db_type'] == 'pgsql') {44 $port = "";45 }else{46 $port = ":".$_POST['db_port'];47 }48 42 49 43 //¥Õ¥©¡¼¥àÇÛÎó¤Î¼èÆÀ
Note: See TracChangeset
for help on using the changeset viewer.
