Merge remote-tracking branch 'origin/nightly' into feature/sso

This commit is contained in:
FreddleSpl0it
2023-07-07 09:28:05 +02:00
58 changed files with 616 additions and 310 deletions

View File

@@ -90,7 +90,7 @@ if (isset($_POST["login_user"]) && isset($_POST["pass_user"])) {
unset($_SESSION['index_query_string']);
if (in_array('mobileconfig', $http_parameters)) {
if (in_array('only_email', $http_parameters)) {
header("Location: /mobileconfig.php?email_only");
header("Location: /mobileconfig.php?only_email");
die();
}
header("Location: /mobileconfig.php");