From a2263c72e189a9f87dfa280a9446c860a35f4857 Mon Sep 17 00:00:00 2001 From: paulr Date: Thu, 18 Nov 2010 09:06:18 +1100 Subject: [PATCH] changed all ref's to lib.php to ga4php.php --- doco/TODO.txt | 1 - example/old/tokenstore.php | 2 +- example/provisioning/token.php | 4 ++-- example/simple/extend.php | 4 ++-- unittests/authtest.php | 4 ++-- unittests/createkey.php | 4 ++-- unittests/createurl.php | 2 +- unittests/createuser.php | 4 ++-- 8 files changed, 12 insertions(+), 13 deletions(-) diff --git a/doco/TODO.txt b/doco/TODO.txt index 813d34d..08deb16 100644 --- a/doco/TODO.txt +++ b/doco/TODO.txt @@ -5,7 +5,6 @@ The Almighty TODO list: 2) a "hasToken" method for determining if a user has a token or not 3) implement googles key integrity algorithm thing 4) make a better example -5) rename lib.php to something more appropriate Maybe: Move to exceptions diff --git a/example/old/tokenstore.php b/example/old/tokenstore.php index d6a1130..d65b376 100644 --- a/example/old/tokenstore.php +++ b/example/old/tokenstore.php @@ -1,7 +1,7 @@ \ No newline at end of file +?> 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 +?> diff --git a/unittests/authtest.php b/unittests/authtest.php index 649cc64..a4db43c 100644 --- a/unittests/authtest.php +++ b/unittests/authtest.php @@ -1,6 +1,6 @@ authenticateUser("User1", "598723")) { echo "Failed: INCORRECT\n"; } -?> \ No newline at end of file +?> diff --git a/unittests/createkey.php b/unittests/createkey.php index 251132e..3e62a35 100644 --- a/unittests/createkey.php +++ b/unittests/createkey.php @@ -1,5 +1,5 @@ \ No newline at end of file +?> diff --git a/unittests/createurl.php b/unittests/createurl.php index f1240f7..19eaa36 100644 --- a/unittests/createurl.php +++ b/unittests/createurl.php @@ -1,6 +1,6 @@ \ No newline at end of file +?> -- 1.7.0.4