From 71ecd104bdb62362b069d9b27d1c91df82e8a635 Mon Sep 17 00:00:00 2001 From: Programmer-Timmy <122127801+Programmer-Timmy@users.noreply.github.com> Date: Mon, 30 Jan 2023 13:28:08 +0100 Subject: [PATCH] Update account.php --- account.php | 1 - 1 file changed, 1 deletion(-) diff --git a/account.php b/account.php index 852990d..9681ecc 100644 --- a/account.php +++ b/account.php @@ -4,7 +4,6 @@ $return = accounts::Login($_POST['password'], $_POST['username']); echo $return; } - ?>