diff --git a/docs/common/header.php b/docs/common/header.php index e012ee0..5e35d93 100755 --- a/docs/common/header.php +++ b/docs/common/header.php @@ -57,8 +57,10 @@ if (isset($_POST["logout"])) { } // Redirect to this page with GET - header(sprintf("Location: %s?%s", sanitize_input($_SERVER["PHP_SELF"]), + header(sprintf("Location: %s/?%s", + sanitize_input($_SERVER["PHP_SELF"]), sanitize_input($_POST["get_params"]))); + die(); } /**