summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--For Weekly Test/tricode/mutexSmartTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/For Weekly Test/tricode/mutexSmartTest.php b/For Weekly Test/tricode/mutexSmartTest.php
index 66215a8..db018ae 100644
--- a/For Weekly Test/tricode/mutexSmartTest.php
+++ b/For Weekly Test/tricode/mutexSmartTest.php
@@ -147,6 +147,7 @@ if ($locking == '1') //1 means nobody is on the website
{
//parse the received data!
$numberofTask++;
+ echo $received;
$received = str_replace("\n",'',$received);
$dataForTable = explode("|", $received);
$callFrom = strtoupper($dataForTable[1]);