summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>