Redirect to real url when login - #1694

This commit is contained in:
enriquecd 2017-12-14 12:11:49 +01:00
parent a35f57fdd2
commit 790b5b5da6
1 changed files with 1 additions and 0 deletions

View File

@ -544,6 +544,7 @@ if (! isset ($config['id_user'])) {
exit ("</html>");
}
}
header("Location: ".$config['homeurl']."index.php?sec=".$_GET["sec"]."&sec2=".$_GET["sec2"]);
}
// Hash login process
elseif (isset ($_GET["loginhash"])) {