diff options
author | Brion Vibber <brion@pobox.com> | 2010-04-28 11:05:31 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-04-28 11:05:31 -0700 |
commit | f5c82d9d60afd044f9652865d3e481dec974075f (patch) | |
tree | b6c734d149746c5fc06b5602cbfcdf645a364727 | |
parent | 8fd0059bf69ed16ed4efad7b8e16dc2afda32e18 (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.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'); + static $loginActions = array('login', 'recoverpassword', 'api', 'doc', 'register', 'publicxrds', 'otp', 'rsd'); $login = null; |