Merge branch '1694-Carrefour-Cuando-asignas-una-pantalla-de-inicio-a-un-usuario,-la-URL-que-muestra-el-navegador-no-es-la-correcta' into 'develop'

Redirect to real url when login - #1694

See merge request artica/pandorafms!1181
This commit is contained in:
vgilc 2018-01-02 10:03:28 +01:00
commit ef33d10828
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"])) {