From: Craig Andrews Date: Fri, 30 Oct 2009 17:48:18 +0000 (-0400) Subject: Allow non-users to view the site's xrds when the site is private. Getting to closer... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cdbf7b1da522ea42c0cdc62b59e07a8499bf7972;p=quix0rs-gnu-social.git Allow non-users to view the site's xrds when the site is private. Getting to closer to allow OpenID login on private sites. --- diff --git a/index.php b/index.php index 644812bd55..3acdba3754 100644 --- 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;