X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=0aceeda55a8174d2e6425ba656e554ab96fb3655;hb=4c4dc6571231b188740c106a1f558b10388004cc;hp=66a9838d65f277634f178091a0758de1416e246d;hpb=d7d3a50d8751f071aa95541813af1d190e71430e;p=quix0rs-gnu-social.git diff --git a/index.php b/index.php index 66a9838d65..0aceeda55a 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/ */ @@ -200,7 +204,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;