- 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:
mfr69bs
2012-03-18 20:09:07 +00:00
parent 57d8c4c962
commit a40f5ff4db
4 changed files with 166 additions and 53 deletions

View File

@@ -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);