From: Craig Andrews Date: Wed, 28 Apr 2010 02:00:26 +0000 (-0400) Subject: add rsd to the list of login actions X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=42348bc16711316918efef634d6d83bf19b0b1fe;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 --- diff --git a/index.php b/index.php index 6bfbc11da8..fa9f67269c 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;