summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-10-30 13:48:18 -0400
committerCraig Andrews <candrews@integralblue.com>2009-10-30 13:48:18 -0400
commitcdbf7b1da522ea42c0cdc62b59e07a8499bf7972 (patch)
treead22d9718e0ceb6025d308c87892e55c4ef0def3 /index.php
parent204eb5b0c42e5e90f8f03e89953239b4d2fc738c (diff)
Allow non-users to view the site's xrds when the site is private. Getting to closer to allow OpenID login on private sites.
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
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;