changed all ref's to lib.php to ga4php.php
[ga4php.git] / example / provisioning / token.php
index 5c9d903..f0950d8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-require_once("../../lib/lib.php");
+require_once("../../lib/ga4php.php");
 
 // define our token class
 class myGA extends GoogleAuthenticator {
@@ -81,4 +81,4 @@ class myGA extends GoogleAuthenticator {
        }
 }
 
-?>
\ No newline at end of file
+?>