Skip to content

Commit

Permalink
Preservice debugMode param during login redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
pradtke committed Jan 21, 2020
1 parent 72e59fe commit 8a19bbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions www/login.php
Expand Up @@ -135,6 +135,10 @@
$query['language'] = is_string($_GET['language']) ? $_GET['language'] : null;
}

if (isset($_REQUEST['debugMode'])) {
$query['debugMode'] = $_REQUEST['debugMode'];
}

$returnUrl = HTTP::getSelfURLNoQuery() . '?' . http_build_query($query);

$params = [
Expand Down

0 comments on commit 8a19bbc

Please sign in to comment.