changed all ref's to lib.php to ga4php.php
[ga4php.git] / example / simple / extend.php
index f50595d..20e20e5 100644 (file)
@@ -3,7 +3,7 @@
 /*
  * This file just shows a simple example of how to extend the GoogleAuthenticator schema
  */
-require_once("../../lib/lib.php");
+require_once("../../lib/ga4php.php");
 
 
 /* we now define the three methods we have to define
@@ -106,4 +106,4 @@ class MyGoogleAuth extends GoogleAuthenticator {
 }
 
 // and thats it...
-?>
\ No newline at end of file
+?>