diff --git a/forgot.php b/forgot.php deleted file mode 100644 index a4f1858..0000000 --- a/forgot.php +++ /dev/null @@ -1,43 +0,0 @@ -prepare("SELECT * FROM users WHERE email = :email"); - $result = $statement->execute(array('email' => $email)); - $user = $statement->fetch(); - - if ($user !== true ) { - die('successfull. check your inbox.'); - } else { - $errorMessage = "somethings wrong (maybe wrong email?)
"; - } - -} -?> - - - - Forgot Password - - - - - -
-Your E-Mail Adress:
-

- - - - -
-i know my password again! - -