From 4c95cc78211e0814f051aeef882a70fc45a9ab3b Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Tue, 13 Nov 2012 08:58:45 +0000 Subject: [PATCH] use globalpassword instead of password git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2114 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/FB7390/makeimage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/contrib/FB7390/makeimage b/fhem/contrib/FB7390/makeimage index 86e23abae..38af8529e 100755 --- a/fhem/contrib/FB7390/makeimage +++ b/fhem/contrib/FB7390/makeimage @@ -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 ..