From: paulr Date: Mon, 7 Feb 2011 14:22:30 +0000 (+1100) Subject: time to re-code the auth server from scratch X-Git-Url: http://git.pjr.cc/?p=ga4php.git;a=commitdiff_plain;h=ee45b81ae7117097934cacc0c129565fddb49fc4 time to re-code the auth server from scratch --- diff --git a/archive/authserver_v1.0/authd/.gitignore b/archive/authserver_v1.0/authd/.gitignore new file mode 100644 index 0000000..12fa23c --- /dev/null +++ b/archive/authserver_v1.0/authd/.gitignore @@ -0,0 +1,4 @@ +/gaasdata.sqlite +/otks +/gaasdata.sqlite +/otks diff --git a/authserver/authd/authd.php b/archive/authserver_v1.0/authd/authd.php similarity index 100% rename from authserver/authd/authd.php rename to archive/authserver_v1.0/authd/authd.php diff --git a/authserver/create1000users.php b/archive/authserver_v1.0/create1000users.php similarity index 100% rename from authserver/create1000users.php rename to archive/authserver_v1.0/create1000users.php diff --git a/authserver/lib/.gitignore b/archive/authserver_v1.0/lib/.gitignore similarity index 100% rename from authserver/lib/.gitignore rename to archive/authserver_v1.0/lib/.gitignore diff --git a/authserver/lib/authClient.php b/archive/authserver_v1.0/lib/authClient.php similarity index 100% rename from authserver/lib/authClient.php rename to archive/authserver_v1.0/lib/authClient.php diff --git a/authserver/lib/lib.php b/archive/authserver_v1.0/lib/lib.php similarity index 100% rename from authserver/lib/lib.php rename to archive/authserver_v1.0/lib/lib.php diff --git a/authserver/usercmd.php b/archive/authserver_v1.0/usercmd.php similarity index 100% rename from authserver/usercmd.php rename to archive/authserver_v1.0/usercmd.php diff --git a/authserver/www/admin.php b/archive/authserver_v1.0/www/admin.php similarity index 100% rename from authserver/www/admin.php rename to archive/authserver_v1.0/www/admin.php diff --git a/authserver/www/admin_actions.php b/archive/authserver_v1.0/www/admin_actions.php similarity index 100% rename from authserver/www/admin_actions.php rename to archive/authserver_v1.0/www/admin_actions.php diff --git a/authserver/www/index.php b/archive/authserver_v1.0/www/index.php similarity index 100% rename from authserver/www/index.php rename to archive/authserver_v1.0/www/index.php diff --git a/authserver/www/user_actions.php b/archive/authserver_v1.0/www/user_actions.php similarity index 100% rename from authserver/www/user_actions.php rename to archive/authserver_v1.0/www/user_actions.php