fix : cannot reconnect due to change of redirect with header
This commit is contained in:
parent
edcf1dca01
commit
d732f81b7f
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ if ( isset ($_POST["p_user"] ) )
|
|||
$backurl=urldecode($_POST['backurl']);
|
||||
// check that backurl is valid
|
||||
$backurl=preg_replace('/^.*\?/','',$backurl);
|
||||
$backurl=NOALYSS_URL."?$backurl";
|
||||
$backurl=NOALYSS_URL."/do.php?$backurl";
|
||||
}
|
||||
header("Location: $backurl");
|
||||
exit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue