mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-02-17 18:39:07 +00:00
fix logout
This commit is contained in:
@@ -59,7 +59,7 @@ if (isset($_SESSION['steamid'])) {
|
|||||||
loginbutton("rectangle");
|
loginbutton("rectangle");
|
||||||
echo "</h2></div>";
|
echo "</h2></div>";
|
||||||
} else {
|
} 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'>";
|
echo "<div class='card-group mt-2'>";
|
||||||
?>
|
?>
|
||||||
|
|
||||||
@@ -260,4 +260,4 @@ if (isset($_SESSION['steamid'])) {
|
|||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user