From 890e11d4b957d634f64c3a1fd4d4c9689b5fab9b Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sat, 7 Apr 2012 18:17:52 +0200 Subject: [PATCH] updated with 'ready' trick to workaround windows scope reset --- web/winstream.php | 23 +++++++++-------------- web/winstream_rd.php | 35 ++++++++++++++++++++++++++--------- 2 files changed, 35 insertions(+), 23 deletions(-) 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 -- 2.17.1