Skip to content

Commit

Permalink
fix logout
Browse files Browse the repository at this point in the history
  • Loading branch information
Nereziel authored Dec 13, 2023
1 parent ae56b18 commit 7e12b89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
loginbutton("rectangle");
echo "</h2></div>";
} else {
echo "<div class='bg-primary'><h2>Your current weapon skin loadout <a class='btn btn-danger' href='{$_SERVER['PHP_SELF']}'>Logout</a></h2> </div>";
echo "<div class='bg-primary'><h2>Your current weapon skin loadout <a class='btn btn-danger' href='{$_SERVER['PHP_SELF']}?logout'>Logout</a></h2> </div>";
echo "<div class='card-group mt-2'>";
?>

Expand Down Expand Up @@ -260,4 +260,4 @@ function validateSeed(input) {
</div>
</body>

</html>
</html>

0 comments on commit 7e12b89

Please sign in to comment.