From: Matteo Nastasi (mop) Date: Sat, 7 Apr 2012 16:17:52 +0000 (+0200) Subject: updated with 'ready' trick to workaround windows scope reset X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=xynt.git;a=commitdiff_plain;h=890e11d4b957d634f64c3a1fd4d4c9689b5fab9b updated with 'ready' trick to workaround windows scope reset --- diff --git a/web/winstream.php b/web/winstream.php index f083907..e2b5ec6 100644 --- a/web/winstream.php +++ b/web/winstream.php @@ -2,23 +2,18 @@ +
INIT
diff --git a/web/winstream_rd.php b/web/winstream_rd.php index 955269a..67bc876 100644 --- a/web/winstream_rd.php +++ b/web/winstream_rd.php @@ -1,9 +1,13 @@ - - - + + if ($i != 350) { + printf("", $i); + ", $i, $i); + } + else { + printf("", $i, $i); + } if ($i == 0) - printf("%s", $s); + printf("", $s); mop_flush(); - sleep(1); + usleep(1000000); } } main(); -?> \ No newline at end of file +?> + + + + \ No newline at end of file