From cdbf7b1da522ea42c0cdc62b59e07a8499bf7972 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Fri, 30 Oct 2009 13:48:18 -0400 Subject: Allow non-users to view the site's xrds when the site is private. Getting to closer to allow OpenID login on private sites. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 644812bd5..3acdba375 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; -- cgit v1.2.3-54-g00ecf