summaryrefslogtreecommitdiffstats
path: root/Under-Testing/Website/mutexSmartTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'Under-Testing/Website/mutexSmartTest.php')
-rw-r--r--Under-Testing/Website/mutexSmartTest.php13
1 files changed, 12 insertions, 1 deletions
diff --git a/Under-Testing/Website/mutexSmartTest.php b/Under-Testing/Website/mutexSmartTest.php
index 26e51dc..a44b121 100644
--- a/Under-Testing/Website/mutexSmartTest.php
+++ b/Under-Testing/Website/mutexSmartTest.php
@@ -125,7 +125,18 @@ if ($locking == '1')
</tr>
</thead>
<tbody>';
- ob_implicit_flush(1);
+ ob_implicit_flush(1);
+ sleep(6);
+ $pings = mysql_query("select * from PingResultTable where taskNo=(select max(taskNo) from PingResultTable)");
+
+ while($row = mysql_fetch_array($pings))
+ {
+ $SIPP = $row['sipServer'];
+ $LANDLINEP = $row['sipGate'];
+ $UNISIPP = $row['unisip'];
+ $NANOBTS1P = $row['gsmBox1'];
+ $NANOBTS2P = $row['gsmBox2'];
+ }
}
elseif ($received == "TEST DONE\n")
{