summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/tricode/devconf.php
diff options
context:
space:
mode:
authorTriatmoko2011-10-26 01:24:08 +0200
committerTriatmoko2011-10-26 01:24:08 +0200
commitd99d839aa73c5293a3485f78ad7d6ddcf0d6ce32 (patch)
tree5e050d8f2cf1950f8cb40a8e9550b3bdfb78bcb5 /For Weekly Test/tricode/devconf.php
parentMerge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftest (diff)
downloadgsm-selftest-d99d839aa73c5293a3485f78ad7d6ddcf0d6ce32.tar.gz
gsm-selftest-d99d839aa73c5293a3485f78ad7d6ddcf0d6ce32.tar.xz
gsm-selftest-d99d839aa73c5293a3485f78ad7d6ddcf0d6ce32.zip
update device manual
Diffstat (limited to 'For Weekly Test/tricode/devconf.php')
-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