X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=fa9f67269c29d10f8efdf42afcdd9ec4683e6cb3;hb=e05415f621890bbaf42752577249ecdc22c161fc;hp=6bfbc11da898b57ccd30bf3f5811ca690e4d45c9;hpb=76cce8a3c5b45bd32d2107ace4d3fcbdd5da3440;p=quix0rs-gnu-social.git diff --git a/index.php b/index.php index 6bfbc11da8..fa9f67269c 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', 'opensearch'); + static $loginActions = array('login', 'recoverpassword', 'api', 'doc', 'register', 'publicxrds', 'otp', 'opensearch', 'rsd'); $login = null;