use globalpassword instead of password

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@2114 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-11-13 08:58:45 +00:00
parent aff956303d
commit ba2f39e03f

View File

@ -40,7 +40,7 @@ cat >> 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 telnetPort globalpassword {use FritzBoxUtils;;FB_checkPw("localhost","$password") }
EOF
cd ..