2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 04:36:36 +00:00

cfg and holiday added to Edit Files (request by MichaS)

git-svn-id: https://svn.fhem.de/fhem/trunk@1185 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-01-11 21:06:39 +00:00
parent 6040c3993a
commit 910bfd4cca

View File

@ -1415,13 +1415,11 @@ FW_style($$)
my @fl = ("fhem.cfg");
push(@fl, "");
push(@fl, FW_fileList("$FW_dir/(.*.sh|.*Util.*)"));
push(@fl, FW_fileList("$FW_dir/.*(sh|Util.*|cfg|holiday)"));
push(@fl, "");
push(@fl, FW_fileList("$FW_dir/.*.(css|svg)"));
push(@fl, "");
push(@fl, FW_fileList("$FW_dir/.*.gplot"));
# push(@fl, "");
# push(@fl, FW_fileList("$FW_dir/.*html"));
FW_pO $start;
FW_pO "$msg<br><br>" if($msg);