aboutsummaryrefslogtreecommitdiffstats
path: root/include/auth.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-11-11 18:01:48 +1100
committerredmatrix <redmatrix@redmatrix.me>2015-11-11 18:01:48 +1100
commitd68357340232502cbf365187cc260565e327e33e (patch)
tree4ba7843bb99b1c183c0ee2e00ccd71494c41bbd9 /include/auth.php
parent7235c208541c9797963b6cd364bdb61b608c06e3 (diff)
parentddce0412ac8fe675153182909d82955c79d1f660 (diff)
downloadvolse-hubzilla-d68357340232502cbf365187cc260565e327e33e.tar.gz
volse-hubzilla-d68357340232502cbf365187cc260565e327e33e.tar.bz2
volse-hubzilla-d68357340232502cbf365187cc260565e327e33e.zip
Merge pull request #142 from kenrestivo/refactor-out-api-auth
Move api_auth() out to a file that can be included from plugins/modules
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');
/**