From 220a8d4c07bfb4cb6be8122fda7dc6ceb0d1da8f Mon Sep 17 00:00:00 2001 From: jonl Date: Mon, 16 Jan 2012 22:35:56 +0100 Subject: [PATCH] Moved API-files to a separate API directory. --- alias.php => api/alias.php | 0 config.php.sample => api/config.php.sample | 0 {lib => api/lib}/alias_functions.php | 0 {lib => api/lib}/auth.php | 0 {lib => api/lib}/check_email.php | 0 {lib => api/lib}/common_functions.php | 0 {lib => api/lib}/db_functions.php | 0 {lib => api/lib}/number_functions.php | 0 {lib => api/lib}/phone_functions.php | 0 {lib => api/lib}/user_functions.php | 0 numbers.php => api/numbers.php | 0 phone.php => api/phone.php | 0 user.php => api/user.php | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename alias.php => api/alias.php (100%) rename config.php.sample => api/config.php.sample (100%) rename {lib => api/lib}/alias_functions.php (100%) rename {lib => api/lib}/auth.php (100%) rename {lib => api/lib}/check_email.php (100%) rename {lib => api/lib}/common_functions.php (100%) rename {lib => api/lib}/db_functions.php (100%) rename {lib => api/lib}/number_functions.php (100%) rename {lib => api/lib}/phone_functions.php (100%) rename {lib => api/lib}/user_functions.php (100%) rename numbers.php => api/numbers.php (100%) rename phone.php => api/phone.php (100%) rename user.php => api/user.php (100%) 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 -- 2.39.2