added settings

This commit is contained in:
2023-07-10 16:20:06 +02:00
parent 8fdf1a8595
commit b1fbedc240
7 changed files with 196 additions and 9 deletions
+2 -1
View File
@@ -32,7 +32,8 @@ if(isset($_SESSION["username"])) {
<p class="error">
<?php
if(isset($_GET["notfound"])) echo "User not found.";
if(isset($_GET["wrongpass"])) echo "Wrong Password.";
if(isset($_GET["wrongpass"])) echo "Wrong password.";
if(isset($_GET["deleted"])) echo "Account deleted.";
?>
</p>