diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-10-30 13:48:18 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-10-30 13:48:18 -0400 |
commit | cdbf7b1da522ea42c0cdc62b59e07a8499bf7972 (patch) | |
tree | ad22d9718e0ceb6025d308c87892e55c4ef0def3 | |
parent | 204eb5b0c42e5e90f8f03e89953239b4d2fc738c (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.
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |