]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add rsd to the list of login actions
authorBrion Vibber <brion@pobox.com>
Wed, 28 Apr 2010 18:05:31 +0000 (11:05 -0700)
committerBrion Vibber <brion@pobox.com>
Wed, 28 Apr 2010 18:05:31 +0000 (11:05 -0700)
Allows rsd.xml to be reached on private sites. Fixes http://status.net/trac/ticket/2309

Conflicts:

index.php

index.php

index ea5c802779eb9aaf4cb623fcc95ef989f578a63b..3778ffe42016486f18090257f2bca6b5d8e57920 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');
+    static $loginActions =  array('login', 'recoverpassword', 'api', 'doc', 'register', 'publicxrds', 'otp', 'rsd');
 
     $login = null;