Move api_auth() out to a file that can be included from plugins/modules to allow them to expose their own programmatic API.

This commit is contained in:
ken restivo
2015-11-10 22:50:18 -08:00
parent 7235c20854
commit ddce0412ac
3 changed files with 96 additions and 90 deletions

View File

@@ -9,6 +9,7 @@
* Also provides a function for OpenID identiy matching.
*/
require_once('include/api_auth.php');
require_once('include/security.php');
/**