diff --git a/post.php b/post.php index 3bfacf71..9dcdb5b3 100644 --- a/post.php +++ b/post.php @@ -5209,7 +5209,7 @@ if(isset($_POST['add_login'])){ $_SESSION['alert_message'] = "Login added"; - header("Location: client.php?client_id=$client_id&tab=logins"); + header("Location: " . $_SERVER["HTTP_REFERER"]); }