]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - index.php
Assigning my copyrights to the Free Software Foundation
[quix0rs-gnu-social.git] / index.php
index 6bfbc11da898b57ccd30bf3f5811ca690e4d45c9..d68a057c4b6bf938c0ff7b9e76add7e398ccfba8 100644 (file)
--- a/index.php
+++ b/index.php
@@ -29,6 +29,7 @@
  * @author   Robin Millette <millette@controlyourself.ca>
  * @author   Sarven Capadisli <csarven@controlyourself.ca>
  * @author   Tom Adams <tom@holizz.com>
+ * @copyright 2009 Free Software Foundation, Inc http://www.fsf.org
  *
  * @license  GNU Affero General Public License http://www.gnu.org/licenses/
  */
@@ -185,7 +186,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;