From: jonl Date: Mon, 16 Jan 2012 21:35:56 +0000 (+0100) Subject: Moved API-files to a separate API directory. X-Git-Url: https://git.defcon.no/?p=hermes;a=commitdiff_plain;h=220a8d4c07bfb4cb6be8122fda7dc6ceb0d1da8f Moved API-files to a separate API directory. --- diff --git a/alias.php b/api/alias.php similarity index 100% rename from alias.php rename to api/alias.php diff --git a/config.php.sample b/api/config.php.sample similarity index 100% rename from config.php.sample rename to api/config.php.sample diff --git a/lib/alias_functions.php b/api/lib/alias_functions.php similarity index 100% rename from lib/alias_functions.php rename to api/lib/alias_functions.php diff --git a/lib/auth.php b/api/lib/auth.php similarity index 100% rename from lib/auth.php rename to api/lib/auth.php diff --git a/lib/check_email.php b/api/lib/check_email.php similarity index 100% rename from lib/check_email.php rename to api/lib/check_email.php diff --git a/lib/common_functions.php b/api/lib/common_functions.php similarity index 100% rename from lib/common_functions.php rename to api/lib/common_functions.php diff --git a/lib/db_functions.php b/api/lib/db_functions.php similarity index 100% rename from lib/db_functions.php rename to api/lib/db_functions.php diff --git a/lib/number_functions.php b/api/lib/number_functions.php similarity index 100% rename from lib/number_functions.php rename to api/lib/number_functions.php diff --git a/lib/phone_functions.php b/api/lib/phone_functions.php similarity index 100% rename from lib/phone_functions.php rename to api/lib/phone_functions.php diff --git a/lib/user_functions.php b/api/lib/user_functions.php similarity index 100% rename from lib/user_functions.php rename to api/lib/user_functions.php diff --git a/numbers.php b/api/numbers.php similarity index 100% rename from numbers.php rename to api/numbers.php diff --git a/phone.php b/api/phone.php similarity index 100% rename from phone.php rename to api/phone.php diff --git a/user.php b/api/user.php similarity index 100% rename from user.php rename to api/user.php