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";