Index: trunk/google-authenticator.php =================================================================== --- trunk/google-authenticator.php (revision 635412) +++ trunk/google-authenticator.php (working copy) @@ -486,5 +486,5 @@ } // end class -new GoogleAuthenticator; +$google_authenticator = new GoogleAuthenticator; ?>