removed some executable properties
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 16 Jan 2010 04:20:30 +0000 (04:20 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 16 Jan 2010 04:20:30 +0000 (04:20 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@121 01035d8c-6547-0410-b346-abe4f91aad63

easy-asterisk-gui/cgi-bin/check_loggedin.sh [deleted file]
easy-asterisk-gui/cgi-bin/ipphones.pl [changed mode: 0755->0644]
easy-asterisk-gui/cgi-bin/phones.pl [changed mode: 0755->0644]
easy-asterisk-gui/cgi-bin/set_network.sh [changed mode: 0755->0644]
easy-asterisk-gui/cgi-bin/set_voiplines.pl [changed mode: 0755->0644]
easy-asterisk-gui/cgi-bin/voiplines.pl [changed mode: 0755->0644]

diff --git a/easy-asterisk-gui/cgi-bin/check_loggedin.sh b/easy-asterisk-gui/cgi-bin/check_loggedin.sh
deleted file mode 100644 (file)
index 3d0f975..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-echo $HTTP_COOKIE | grep "loggedin" > /dev/null
-if [ $? -eq 1 ]; then
-    echo "<html>"
-    echo "<head>"
-    echo '<meta http-equiv="REFRESH" content="0;url=http:login.sh">'
-    echo "</head>"
-    echo "</html>"
-    exit
-fi
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)