From 9a57622f51f1f60be1a822a55bba448415b6a058 Mon Sep 17 00:00:00 2001 From: paulr Date: Thu, 2 Dec 2010 21:16:22 +1100 Subject: [PATCH] beginning the framework for authserver --- authserver/authd/authd.php | 24 ++++++++++++++++++++++++ authserver/lib/.gitignore | 1 + authserver/lib/lib.php | 9 +++++++++ 3 files changed, 34 insertions(+), 0 deletions(-) create mode 100644 authserver/authd/authd.php create mode 100644 authserver/lib/.gitignore create mode 100644 authserver/lib/lib.php diff --git a/authserver/authd/authd.php b/authserver/authd/authd.php new file mode 100644 index 0000000..7755688 --- /dev/null +++ b/authserver/authd/authd.php @@ -0,0 +1,24 @@ + \ No newline at end of file diff --git a/authserver/lib/.gitignore b/authserver/lib/.gitignore new file mode 100644 index 0000000..571001f --- /dev/null +++ b/authserver/lib/.gitignore @@ -0,0 +1 @@ +/ga4php.php diff --git a/authserver/lib/lib.php b/authserver/lib/lib.php new file mode 100644 index 0000000..dadbc0f --- /dev/null +++ b/authserver/lib/lib.php @@ -0,0 +1,9 @@ + \ No newline at end of file -- 1.7.0.4