diff --git a/FHEM/98_GoogleAuth.pm b/FHEM/98_GoogleAuth.pm index a461608c4..bfe63d181 100644 --- a/FHEM/98_GoogleAuth.pm +++ b/FHEM/98_GoogleAuth.pm @@ -1,7 +1,7 @@ # $Id$ # License & technical informations -=pod +=for comment # ################################################################ # @@ -43,7 +43,7 @@ =cut # Development history -=pod +=for comment # # 2017-01-15 - first commit to ./contrib # @@ -289,7 +289,7 @@ sub gAuth($$) { Check the validity of a given token; return value is 1 for a valid token, otherwise -1.