Index: temp/trunk/html/install/zip_install.php
===================================================================
--- temp/trunk/html/install/zip_install.php	(revision 1414)
+++ temp/trunk/html/install/zip_install.php	(revision 1415)
@@ -1,22 +1,3 @@
 <?php
-
-print("                                                                                                                                                                                                                                                                test");
-  MyFlush();
-
-for($i = 0; $i < 100; $i++){
-	print("aa<br>");
-	MyFlush();
-}
-
-function MyFlush() {
-	flush();
-  ob_end_flush();
-  ob_start();
-	
-	
-	sleep(1);
-}
-
-/*
 require_once("../require.php");
 
@@ -27,8 +8,8 @@
 
 $objQuery = new SC_Query();
-//$objSess = new SC_Session();
+$objSess = new SC_Session();
 
 // Ç§¾Ú²ÄÈÝ¤ÎÈ½Äê
-//sfIsSuccess($objSess);
+sfIsSuccess($objSess);
 
 $fp = fopen($path, "r");
@@ -39,20 +20,11 @@
 }
 print("\n");
-flush();
+MyFlush();
 
-$cnt = 0;
-while($cnt < 3) {
-	print("a");
-	flush();
-	sleep(1);
-	$cnt++;
-}
-*/
-/*
 if(!$fp) {
 	sfErrorHeader(">> " . $path . "¤Î¼èÆÀ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£");
 } else {
 	print("<img src='/img/install/main_w.jpg'><br>");
-	flush();
+	MyFlush();
 	
 	// CSV¤Î·ï¿ô¤ò¿ô¤¨¤ë
@@ -64,5 +36,5 @@
 	
 	print("<img src='/img/install/space_w.gif'>");
-	flush();
+	MyFlush();
 		
 	// ¥Õ¥¡¥¤¥ë¥Ý¥¤¥ó¥¿¤òÌá¤¹
@@ -104,5 +76,5 @@
 		if($cnt % $disp_line == 0 && $img_cnt < IMAGE_MAX) {
 			print("<img src='/img/install/graph_1_w.gif'>");
-			flush();
+			MyFlush();
 			$img_cnt++;
 		}
@@ -112,4 +84,10 @@
 	print($cnt - 1 . "/" . $line);
 }
-*/
+
+function MyFlush() {
+	flush();
+	ob_end_flush();
+	ob_start();
+}
+
 ?>
