summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/tricode
diff options
context:
space:
mode:
Diffstat (limited to 'For Weekly Test/tricode')
-rw-r--r--For Weekly Test/tricode/devconf.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/For Weekly Test/tricode/devconf.php b/For Weekly Test/tricode/devconf.php
index 237c5bb..2f5bc00 100644
--- a/For Weekly Test/tricode/devconf.php
+++ b/For Weekly Test/tricode/devconf.php
@@ -25,7 +25,7 @@ $dbname = 'gsmselftesting';
mysql_select_db($dbname);
//End of connection stuff
include 'mutexFunctions.php'; //mutex functions, isfree, lock and release
-include 'insertData.php'; //insert task functions
+//include 'insertData.php'; //insert task functions
$nameOfLock = 'Webpage';
$timeToKeepTheMutex = 360;
@@ -98,7 +98,7 @@ if ($locking == '1') //1 means nobody is on the website
fwrite($fp, 'DISCONNECT'); //tell the testing software it may close
break;
}
- }
+ }
}
fclose($fp);//close the soccket and the connection