mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +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:
parent
6040c3993a
commit
910bfd4cca
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user