diff options
author | Craig Andrews <candrews@integralblue.com> | 2010-04-27 22:00:26 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2010-04-27 22:00:26 -0400 |
commit | 42348bc16711316918efef634d6d83bf19b0b1fe (patch) | |
tree | 355de4041502d0aa784654f5a4a2644a99dd0003 | |
parent | 04d7d8fe336add1daeae478ae812367cd643f634 (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
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |