]> git.defcon.no Git - hermes/commitdiff
Moved API-files to a separate API directory.
authorjonl <jonl@sippbx.hig.no>
Mon, 16 Jan 2012 21:35:56 +0000 (22:35 +0100)
committerjonl <jonl@sippbx.hig.no>
Mon, 16 Jan 2012 21:35:56 +0000 (22:35 +0100)
13 files changed:
api/alias.php [moved from alias.php with 100% similarity]
api/config.php.sample [moved from config.php.sample with 100% similarity]
api/lib/alias_functions.php [moved from lib/alias_functions.php with 100% similarity]
api/lib/auth.php [moved from lib/auth.php with 100% similarity]
api/lib/check_email.php [moved from lib/check_email.php with 100% similarity]
api/lib/common_functions.php [moved from lib/common_functions.php with 100% similarity]
api/lib/db_functions.php [moved from lib/db_functions.php with 100% similarity]
api/lib/number_functions.php [moved from lib/number_functions.php with 100% similarity]
api/lib/phone_functions.php [moved from lib/phone_functions.php with 100% similarity]
api/lib/user_functions.php [moved from lib/user_functions.php with 100% similarity]
api/numbers.php [moved from numbers.php with 100% similarity]
api/phone.php [moved from phone.php with 100% similarity]
api/user.php [moved from user.php with 100% similarity]

similarity index 100%
rename from alias.php
rename to api/alias.php
similarity index 100%
rename from config.php.sample
rename to api/config.php.sample
similarity index 100%
rename from lib/auth.php
rename to api/lib/auth.php
similarity index 100%
rename from lib/check_email.php
rename to api/lib/check_email.php
similarity index 100%
rename from numbers.php
rename to api/numbers.php
similarity index 100%
rename from phone.php
rename to api/phone.php
similarity index 100%
rename from user.php
rename to api/user.php