Index: /temp/trunk/html/install/zip_install.php
===================================================================
--- /temp/trunk/html/install/zip_install.php	(revision 1409)
+++ /temp/trunk/html/install/zip_install.php	(revision 1410)
@@ -22,4 +22,12 @@
 print("\n");
 flush();
+
+$cnt = 0;
+while($cnt < 100) {
+	print("a");
+	flush();
+	sleep(1);
+	$cnt++;
+}
 /*
 if(!$fp) {
