X-Git-Url: http://git.pjr.cc/?p=ga4php.git;a=blobdiff_plain;f=example%2Fsimple%2Fextend.php;h=20e20e55942ed4f5255ded9c95a73e2a3c9d2527;hp=f50595daf1c108999a1ae230f5cb57f8afc3bd93;hb=a2263c72e189a9f87dfa280a9446c860a35f4857;hpb=18f8e04423dfe377ac53a8b27bb717944ce411dc diff --git a/example/simple/extend.php b/example/simple/extend.php index f50595d..20e20e5 100644 --- a/example/simple/extend.php +++ b/example/simple/extend.php @@ -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 +?>