From 8478f42c32dad3731bf1f144f8b58dc125cf29c1 Mon Sep 17 00:00:00 2001 From: gsmselftest Date: Wed, 16 Nov 2011 19:55:46 +0100 Subject: The real time showing on the web site works fine --- Website/mutexSmartTest.php | 3 +++ Website/mutexTry.php | 3 +++ 2 files changed, 6 insertions(+) (limited to 'Website') diff --git a/Website/mutexSmartTest.php b/Website/mutexSmartTest.php index f2bb0b2..c7308ac 100644 --- a/Website/mutexSmartTest.php +++ b/Website/mutexSmartTest.php @@ -112,6 +112,9 @@ if ($locking == '1') //1 means nobody is on the website $NANOBTS1P = 0; $NANOBTS2P = 0; /////////// end of test! + echo str_pad(' ',4096).'
'."\n"; + ob_implicit_flush(1); + echo '
diff --git a/Website/mutexTry.php b/Website/mutexTry.php index f6c22b0..262a5f3 100644 --- a/Website/mutexTry.php +++ b/Website/mutexTry.php @@ -114,6 +114,9 @@ if ($locking == '1') //1 means nobody is on the website $NANOBTS1P = 2; $NANOBTS2P = 2; /////////// end of test! + echo str_pad(' ',4096).'
'."\n"; + ob_implicit_flush(1); + echo '
-- cgit v1.2.3-55-g7522