]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add rsd to the list of login actions
authorCraig Andrews <candrews@integralblue.com>
Wed, 28 Apr 2010 02:00:26 +0000 (22:00 -0400)
committerCraig Andrews <candrews@integralblue.com>
Wed, 28 Apr 2010 02:00:26 +0000 (22:00 -0400)
Allows rsd.xml to be reached on private sites. Fixes http://status.net/trac/ticket/2309

index.php

index 6bfbc11da898b57ccd30bf3f5811ca690e4d45c9..fa9f67269c29d10f8efdf42afcdd9ec4683e6cb3 100644 (file)
--- 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;