summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2010-04-27 22:00:26 -0400
committerCraig Andrews <candrews@integralblue.com>2010-04-27 22:00:26 -0400
commit42348bc16711316918efef634d6d83bf19b0b1fe (patch)
tree355de4041502d0aa784654f5a4a2644a99dd0003 /index.php
parent04d7d8fe336add1daeae478ae812367cd643f634 (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
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 6bfbc11da..fa9f67269 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', 'opensearch');
+ static $loginActions = array('login', 'recoverpassword', 'api', 'doc', 'register', 'publicxrds', 'otp', 'opensearch', 'rsd');
$login = null;