X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=bf6cf7c00ca7eee261323185e61d41ad0c353f89;hb=033712b1f2afcb6f29b3a1bd10544cc323af9da3;hp=6bfbc11da898b57ccd30bf3f5811ca690e4d45c9;hpb=806fcfb7075d9bd3100cb198be4b0ad35e096421;p=quix0rs-gnu-social.git diff --git a/index.php b/index.php index 6bfbc11da8..bf6cf7c00c 100644 --- a/index.php +++ b/index.php @@ -19,16 +19,20 @@ * @category StatusNet * @package StatusNet * @author Brenda Wallace + * @author Brion Vibber * @author Christopher Vollick * @author CiaranG * @author Craig Andrews * @author Evan Prodromou * @author Gina Haeussge + * @author James Walker * @author Jeffery To * @author Mike Cochrane * @author Robin Millette * @author Sarven Capadisli * @author Tom Adams + * @author Zach Copley + * @copyright 2009 Free Software Foundation, Inc http://www.fsf.org * * @license GNU Affero General Public License http://www.gnu.org/licenses/ */ @@ -185,7 +189,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;