]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - index.php
move xrd and hostmeta out of the OStatus plugin and into core
[quix0rs-gnu-social.git] / index.php
index 6079d1f2c414db1593babff1ed935edcbba913ed..b060a3d52ac9ec9c60214702bc2a2c1b63dd63a8 100644 (file)
--- a/index.php
+++ b/index.php
@@ -189,7 +189,7 @@ function checkMirror($action_obj, $args)
 
 function isLoginAction($action)
 {
-    static $loginActions =  array('login', 'recoverpassword', 'api', 'doc', 'register', 'publicxrds', 'otp', 'opensearch', 'rsd');
+    static $loginActions =  array('login', 'recoverpassword', 'api', 'doc', 'register', 'publicxrds', 'otp', 'opensearch', 'rsd', 'hostmeta');
 
     $login = null;