summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-04-28 11:05:31 -0700
committerBrion Vibber <brion@pobox.com>2010-04-28 11:05:31 -0700
commitf5c82d9d60afd044f9652865d3e481dec974075f (patch)
treeb6c734d149746c5fc06b5602cbfcdf645a364727
parent8fd0059bf69ed16ed4efad7b8e16dc2afda32e18 (diff)
add rsd to the list of login actions
Allows rsd.xml to be reached on private sites. Fixes http://status.net/trac/ticket/2309 Conflicts: index.php
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index ea5c80277..3778ffe42 100644
--- a/index.php
+++ b/index.php
@@ -185,7 +185,7 @@ function checkMirror($action_obj, $args)
function isLoginAction($action)
{
- static $loginActions = array('login', 'recoverpassword', 'api', 'doc', 'register', 'publicxrds', 'otp');
+ static $loginActions = array('login', 'recoverpassword', 'api', 'doc', 'register', 'publicxrds', 'otp', 'rsd');
$login = null;