Changeset 5433 for temp/trunk/html/install
- Timestamp:
- 2006/09/22 13:48:00 (20 years ago)
- Location:
- temp/trunk/html/install
- Files:
-
- 2 edited
-
index.php (modified) (2 diffs)
-
templates/step1.tpl (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r5428 r5433 61 61 case 'step1': 62 62 //ÆþÎÏÃͤΥ¨¥é¡¼¥Á¥§¥Ã¥¯ 63 $objPage->arrErr = lfCheckWEBError($objWebParam, $skip); 64 if(count($objPage->arrErr) == 0) { 65 66 63 $objPage->arrErr = lfCheckWEBError($objWebParam); 64 65 if(count($objPage->arrErr) == 0) { 67 66 // ŹÊÞ¤òÊѹ¹¤·¤Ê¤¤¾ì¹ç¤Ë¤Ï´°Î»²èÌ̤ØÁ«°Ü 68 67 if ($skip == "on") { … … 72 71 break; 73 72 } 74 75 76 73 $objPage = lfDispStep2($objPage); 77 74 } else {
Note: See TracChangeset
for help on using the changeset viewer.
