Skip to content

Commit 8af6a5a

Browse files
committed
remove Mail.php
1 parent cc5c07c commit 8af6a5a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

http_server/admin/update_account.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@
201201

202202
// send a password reset email (same as forgot_password.php)
203203
if (!is_empty($reset_pass)) {
204-
include 'Mail.php';
205204
require_once HTTP_FNS . '/rand_crypt/to_hash.php';
206205

207206
// generate a new password

http_server/forgot_password.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
header("Content-type: text/plain");
44

5-
include 'Mail.php';
65
require_once GEN_HTTP_FNS;
76
require_once HTTP_FNS . '/rand_crypt/to_hash.php';
87
require_once QUERIES_DIR . '/users.php';

0 commit comments

Comments
 (0)