X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=6bfbc11da898b57ccd30bf3f5811ca690e4d45c9;hb=d7033c89066c756f630c4ff8eb840852c836d87b;hp=ea5c802779eb9aaf4cb623fcc95ef989f578a63b;hpb=4168b9cec1f7b2e6421c018e56e3b9a13c14d581;p=quix0rs-gnu-social.git diff --git a/index.php b/index.php index ea5c802779..6bfbc11da8 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', 'opensearch'); $login = null;