fix page reload before exit on POST
This commit is contained in:
parent
36d53a91ff
commit
1e3158eb33
|
|
@ -30,7 +30,7 @@ if (isset($_POST["AliasHelferID"])) {
|
||||||
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
// POST from _login.php after login
|
// POST from _login.php after login
|
||||||
//echo var_dump($_POST);
|
//echo var_dump($_POST);
|
||||||
//header("Location: " . $_SERVER['PHP_SELF']);
|
header("Location: " . $_SERVER['PHP_SELF']);
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue