We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5c07c commit 8af6a5aCopy full SHA for 8af6a5a
http_server/admin/update_account.php
@@ -201,7 +201,6 @@
201
202
// send a password reset email (same as forgot_password.php)
203
if (!is_empty($reset_pass)) {
204
- include 'Mail.php';
205
require_once HTTP_FNS . '/rand_crypt/to_hash.php';
206
207
// generate a new password
http_server/forgot_password.php
@@ -2,7 +2,6 @@
2
3
header("Content-type: text/plain");
4
5
-include 'Mail.php';
6
require_once GEN_HTTP_FNS;
7
8
require_once QUERIES_DIR . '/users.php';
0 commit comments