X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=049d46afceea1ff567956e7bdaaed50d76427da8;hb=749367e12f9742d7fd5ee028230fefa627599125;hp=9501e2275da6d610b9263bcb5a9e911e721d64de;hpb=b4fc54c308936477706acb5cc3c4acae4c3f3a4d;p=quix0rs-gnu-social.git diff --git a/index.php b/index.php index 9501e2275d..049d46afce 100644 --- a/index.php +++ b/index.php @@ -189,7 +189,7 @@ function checkMirror($action_obj, $args) function isLoginAction($action) { - static $loginActions = array('login', 'recoverpassword', 'api', 'doc', 'register', 'publicxrds', 'otp', 'opensearch', 'rsd'); + static $loginActions = array('login', 'recoverpassword', 'api', 'doc', 'register', 'publicxrds', 'otp', 'opensearch', 'rsd', 'hostmeta'); $login = null;