From: Brion Vibber Date: Wed, 28 Apr 2010 18:05:31 +0000 (-0700) Subject: add rsd to the list of login actions X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f5c82d9d60afd044f9652865d3e481dec974075f;p=quix0rs-gnu-social.git 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 --- diff --git a/index.php b/index.php index ea5c802779..3778ffe420 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;