fix : cannot reconnect due to change of redirect with header

This commit is contained in:
sparkyx 2025-07-19 21:00:20 +02:00
parent edcf1dca01
commit d732f81b7f

View file

@ -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();