From 0201c0f6e4f77dab26025436ad02009c902b9396 Mon Sep 17 00:00:00 2001 From: Triatmoko Date: Mon, 14 Nov 2011 15:46:09 +0100 Subject: delete un-used file in website folder. This file should not be there. --- Website/index.php~ | 22 ---------------------- Website/startSoftware.py | 14 -------------- 2 files changed, 36 deletions(-) delete mode 100644 Website/index.php~ delete mode 100644 Website/startSoftware.py (limited to 'Website') diff --git a/Website/index.php~ b/Website/index.php~ deleted file mode 100644 index 3d534e6..0000000 --- a/Website/index.php~ +++ /dev/null @@ -1,22 +0,0 @@ -test software -

What Kind of Test do you want??

- -
- - All Tests
- GSM Side
- SIP Side
- SIP to GSM RZ1
- SIP to GSM RZ2
- SIP to GSM RZ3
- SIP to Landline
- SIP to SIP University Phone line
- GSM RZ 1 to SIP
- GSM RZ 2 to SIP
- GSM RZ 3 to SIP
- GSM RZ 1 to GSM RZ 2
- GSM RZ 1 to GSM RZ 3
- GSM RZ 2 to GSM RZ 3
-
- -
diff --git a/Website/startSoftware.py b/Website/startSoftware.py deleted file mode 100644 index 191f66e..0000000 --- a/Website/startSoftware.py +++ /dev/null @@ -1,14 +0,0 @@ -import ServerClass -import subprocess - -while 1: - server = ServerClass.ServerHandler(34600) - tried = server.openSocket() - - test = server.receiveData(2) - if test == 'START APP': - print 'start' - subprocess.Popen(args=['gnome-terminal','--command= python /home/gsmselftest/gsm-selftest/For\ Weekly\ Test/tricode/gsmselftest-website2.py']) - print server.closeConnection() - del server - -- cgit v1.2.3-55-g7522