X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=index.php;h=3778ffe42016486f18090257f2bca6b5d8e57920;hb=9d890e2be07364487cb3b333b49650b820dd7176;hp=ea5c802779eb9aaf4cb623fcc95ef989f578a63b;hpb=073e3a1572d0cd5934c6578f4245c39e8376351f;p=quix0rs-gnu-social.git diff --git a/index.php b/index.php index ea5c802779..3778ffe420 100644 --- 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;