Index: /temp/trunk/html/install/zip_install.php
===================================================================
--- /temp/trunk/html/install/zip_install.php	(revision 1412)
+++ /temp/trunk/html/install/zip_install.php	(revision 1414)
@@ -1,3 +1,21 @@
 <?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");
@@ -15,5 +33,5 @@
 
 $fp = fopen($path, "r");
-*/
+
 // °ìÉô¤ÎIE¤Ï256¥Ð¥¤¥È°Ê¾å¼õ¤±¼è¤Ã¤Æ¤«¤éÉ½¼¨¤ò³«»Ï¤¹¤ë¡£
 for($i = 0; $i < 256; $i++) {
@@ -30,4 +48,5 @@
 	$cnt++;
 }
+*/
 /*
 if(!$fp) {
