- change: Makefile: additional targets, moderate output (M.Fischer)
- change: Housekeeping (M.Fischer)
- modpath/FHEM: only contains modules
- modpath/htdocs: includes all files from pgm2 now
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1363 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -336,7 +336,7 @@ FW_AnswerCall($)
|
||||
$FW_RET = "";
|
||||
$FW_RETTYPE = "text/html; charset=$FW_encoding";
|
||||
$FW_ME = "/" . AttrVal($FW_wname, "webname", "fhem");
|
||||
$FW_dir = AttrVal($FW_wname, "fwmodpath", "$attr{global}{modpath}/FHEM");
|
||||
$FW_dir = AttrVal($FW_wname, "fwmodpath", "$attr{global}{modpath}/www/pgm2");
|
||||
$FW_ss = AttrVal($FW_wname, "smallscreen", 0);
|
||||
$FW_tp = AttrVal($FW_wname, "touchpad", $FW_ss);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user