summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcgi/cgi3
-rw-r--r--cgi/common1
-rwxr-xr-xcgi/cron3
3 files changed, 0 insertions, 7 deletions
diff --git a/cgi/cgi b/cgi/cgi
index c38054e..ce23c2a 100755
--- a/cgi/cgi
+++ b/cgi/cgi
@@ -20,9 +20,6 @@
# On Debian systems, the complete text of the GNU General Public License
# can be found in /usr/share/common-licenses/GPL-2 file.
-# Reading common
-. /usr/share/live-webhelper/common
-
# Reading defaults
if [ -r /etc/default/live-webhelper ]
then
diff --git a/cgi/common b/cgi/common
deleted file mode 100644
index 1e4bcb2..0000000
--- a/cgi/common
+++ /dev/null
@@ -1 +0,0 @@
-VERSION="1.0~a20"
diff --git a/cgi/cron b/cgi/cron
index fca2db0..8203ae8 100755
--- a/cgi/cron
+++ b/cgi/cron
@@ -15,9 +15,6 @@ do
. "${_FUNCTION}"
done
-# Reading common
-. /usr/share/live-webhelper/common
-
# Reading defaults
if [ -r /etc/default/live-webhelper ]
then