From d99d839aa73c5293a3485f78ad7d6ddcf0d6ce32 Mon Sep 17 00:00:00 2001 From: Triatmoko Date: Wed, 26 Oct 2011 01:24:08 +0200 Subject: update device manual --- For Weekly Test/tricode/devconf.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'For Weekly Test/tricode') 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 -- cgit v1.2.3-55-g7522