diff --git a/fhem/FHEM/01_FHEMWEB.pm b/fhem/FHEM/01_FHEMWEB.pm index 1ec36a432..ebb2b646b 100644 --- a/fhem/FHEM/01_FHEMWEB.pm +++ b/fhem/FHEM/01_FHEMWEB.pm @@ -2219,6 +2219,8 @@ FW_fileNameToPath($) return "$FW_icondir/$d/$name"; } elsif($name =~ m/.*gplot$/) { return "$FW_gplotdir/$name"; + } elsif($name =~ m/.*log$/) { + return AttrVal("global", "logdir", "log")."/$name"; } else { return "$MW_dir/$name"; } @@ -3590,7 +3592,8 @@ FW_widgetOverride($$)
  • editFileList
    Specify the list of Files shown in "Edit Files" section. It is a newline separated list of triples, the first is the Title, the next is - the directory to search for, the third the regular expression. Default + the directory to search for as a perl expression(!), the third the + regular expression. Default is: