summaryrefslogtreecommitdiffstats
path: root/Website
diff options
context:
space:
mode:
authorgsmselftest2011-11-16 19:55:46 +0100
committergsmselftest2011-11-16 19:55:46 +0100
commit8478f42c32dad3731bf1f144f8b58dc125cf29c1 (patch)
tree365bb6bedb45976a610ac7aa76bb9989c9fade8c /Website
parentModified now they work, switched to old and added new flush handling without ... (diff)
downloadgsm-selftest-8478f42c32dad3731bf1f144f8b58dc125cf29c1.tar.gz
gsm-selftest-8478f42c32dad3731bf1f144f8b58dc125cf29c1.tar.xz
gsm-selftest-8478f42c32dad3731bf1f144f8b58dc125cf29c1.zip
The real time showing on the web site works fine
Diffstat (limited to 'Website')
-rw-r--r--Website/mutexSmartTest.php3
-rw-r--r--Website/mutexTry.php3
2 files changed, 6 insertions, 0 deletions
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).'<br>'."\n";
+ ob_implicit_flush(1);
+
echo '<div id="main">
<table summary = "Results">
<thead>
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).'<br>'."\n";
+ ob_implicit_flush(1);
+
echo '<div id="main">
<table summary = "Results">
<thead>