mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 07:24:21 +00:00
docdir in www/pgm2 readded
git-svn-id: https://svn.fhem.de/fhem/trunk@1873 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3ea833e82e
commit
7c38b1b9fe
@ -360,6 +360,8 @@ FW_SetDirs() {
|
||||
$FW_docdir = "$FW_dir/docs";
|
||||
} elsif(-d "$attr{global}{modpath}/docs") {
|
||||
$FW_docdir = "$attr{global}{modpath}/docs";
|
||||
} elsif(-f "$FW_dir/pgm2/commandref.html") {
|
||||
$FW_docdir = "$FW_dir/pgm2";
|
||||
} else {
|
||||
$FW_docdir = $FW_dir;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user