From 71f81eefda5a0c938d7af85cd2418e61cc46bdae Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Mon, 8 Apr 2013 10:52:34 +0000 Subject: [PATCH] FB_checkpw does not work in some constellations git-svn-id: https://svn.fhem.de/fhem/trunk@3049 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/FB7270/makeimage | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fhem/contrib/FB7270/makeimage b/fhem/contrib/FB7270/makeimage index 621d100d9..3e7630c50 100755 --- a/fhem/contrib/FB7270/makeimage +++ b/fhem/contrib/FB7270/makeimage @@ -25,10 +25,10 @@ rm -rf fhem/docs/*.{odg,pdf,man,txt} cp fhemcmd.sh fhem/FHEM cp startfhem fhem cat >> fhem/fhem.cfg << 'EOF' -attr WEB basicAuth {use FritzBoxUtils;;FB_checkPw("localhost","$password") } -attr WEBphone basicAuth {use FritzBoxUtils;;FB_checkPw("localhost","$password") } -attr WEBtablet basicAuth {use FritzBoxUtils;;FB_checkPw("localhost","$password") } -attr telnetPort password {use FritzBoxUtils;;FB_checkPw("localhost","$password") } +#attr WEB basicAuth {use FritzBoxUtils;;FB_checkPw("localhost","$password") } +#attr WEBphone basicAuth {use FritzBoxUtils;;FB_checkPw("localhost","$password") } +#attr WEBtablet basicAuth {use FritzBoxUtils;;FB_checkPw("localhost","$password") } +#attr telnetPort password {use FritzBoxUtils;;FB_checkPw("localhost","$password") } EOF