Abmelden-Button aus Profile entfernt

This commit is contained in:
NOrtmann1
2026-06-10 18:10:48 +02:00
parent 93bd561ff9
commit b31ce66ef9
2 changed files with 2 additions and 9 deletions
-7
View File
@@ -89,13 +89,6 @@ $isEditMode = (isset($_GET["edit"]) && $_GET["edit"] === "1") || !empty($error);
</button> </button>
</form> </form>
<br><br>
<form action="php/controller/logout-controller.php" method="POST">
<button type="submit" class="button">
Abmelden
</button>
</form>
</div> </div>
<div class="container"> <div class="container">
+1 -1
View File
@@ -2,5 +2,5 @@
$_SESSION = []; $_SESSION = [];
session_destroy(); session_destroy();
header("Location: ../../index.php"); header("Location: index.php");
exit(); exit();