diff --git a/fhem/webfrontend/pgm2/01_FHEMWEB.pm b/fhem/webfrontend/pgm2/01_FHEMWEB.pm index 626d9b875..97e83162b 100755 --- a/fhem/webfrontend/pgm2/01_FHEMWEB.pm +++ b/fhem/webfrontend/pgm2/01_FHEMWEB.pm @@ -1529,19 +1529,6 @@ FW_style($$) } FW_pO "${start}Reload the page in the browser.$end"; - } elsif($a[1] eq "examples") { - - my @fl = FW_fileList("$FW_dir/example.*"); - FW_pO "$start"; - my $row = 0; - foreach my $file (@fl) { - FW_pO ""; - FW_pO ""; - FW_pO ""; - $row = ($row+1)%2; - } - FW_pO "
$file
$end"; - } elsif($a[1] eq "edit") { $a[2] =~ s,/,,g; # little bit of security