changed all ref's to lib.php to ga4php.php
[ga4php.git] / example / old / tokenstore.php
index d6a1130..d65b376 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 // ok, so this will be our overloading class
-require_once("../../lib/lib.php");
+require_once("../../lib/ga4php.php");
 
 class myGoogleAuth extends GoogleAuthenticator {