]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Allow non-users to view the site's xrds when the site is private. Getting to closer...
authorCraig Andrews <candrews@integralblue.com>
Fri, 30 Oct 2009 17:48:18 +0000 (13:48 -0400)
committerCraig Andrews <candrews@integralblue.com>
Fri, 30 Oct 2009 17:48:18 +0000 (13:48 -0400)
index.php

index 644812bd55ac1c8b1549fd4446189266f3c121af..3acdba3754a7c095618efe6eacbc96dffd98e9c4 100644 (file)
--- a/index.php
+++ b/index.php
@@ -143,7 +143,7 @@ function checkMirror($action_obj, $args)
 
 function isLoginAction($action)
 {
-    static $loginActions =  array('login', 'recoverpassword', 'api', 'doc', 'register');
+    static $loginActions =  array('login', 'recoverpassword', 'api', 'doc', 'register', 'publicxrds');
 
     $login = null;