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