aboutsummaryrefslogtreecommitdiffstats
path: root/include/auth.php
diff options
context:
space:
mode:
authorken restivo <ken@restivo.org>2015-11-10 22:50:18 -0800
committerken restivo <ken@restivo.org>2015-11-10 22:50:18 -0800
commitddce0412ac8fe675153182909d82955c79d1f660 (patch)
tree4ba7843bb99b1c183c0ee2e00ccd71494c41bbd9 /include/auth.php
parent7235c208541c9797963b6cd364bdb61b608c06e3 (diff)
downloadvolse-hubzilla-ddce0412ac8fe675153182909d82955c79d1f660.tar.gz
volse-hubzilla-ddce0412ac8fe675153182909d82955c79d1f660.tar.bz2
volse-hubzilla-ddce0412ac8fe675153182909d82955c79d1f660.zip
Move api_auth() out to a file that can be included from plugins/modules to allow them to expose their own programmatic API.
Diffstat (limited to 'include/auth.php')
-rw-r--r--include/auth.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/auth.php b/include/auth.php
index 643894e32..4f0c4c928 100644
--- a/include/auth.php
+++ b/include/auth.php
@@ -9,6 +9,7 @@
* Also provides a function for OpenID identiy matching.
*/
+require_once('include/api_auth.php');
require_once('include/security.php');
/**