From 05e2ee065de6914bd0bdfed5b7702dabbbef3c2c Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Tue, 29 May 2012 09:16:47 +0000 Subject: [PATCH] Remainders from previous projects removed git-svn-id: https://svn.fhem.de/fhem/trunk@1591 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/survey.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/fhem/contrib/survey.pl b/fhem/contrib/survey.pl index cd5548e0d..9b567eb9d 100755 --- a/fhem/contrib/survey.pl +++ b/fhem/contrib/survey.pl @@ -32,9 +32,6 @@ my @platform = ( my $title = "Used FHEM Modules & Components"; -my $TIMES_HOME = "/opt/times/TIMES.rko"; -#my $TIMES_HOME = "/home/ipqmbe/times/TIMES"; - my $q = new CGI; print $q->header, $q->start_html( -title => $title, -style=>{-src=>"style.css"}), "\n";