mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Redirect to real url when login - #1694
This commit is contained in:
parent
a35f57fdd2
commit
790b5b5da6
@ -544,6 +544,7 @@ if (! isset ($config['id_user'])) {
|
|||||||
exit ("</html>");
|
exit ("</html>");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
header("Location: ".$config['homeurl']."index.php?sec=".$_GET["sec"]."&sec2=".$_GET["sec2"]);
|
||||||
}
|
}
|
||||||
// Hash login process
|
// Hash login process
|
||||||
elseif (isset ($_GET["loginhash"])) {
|
elseif (isset ($_GET["loginhash"])) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user