mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +03:00
Update ChangePasswordCyberPanel.php
This commit is contained in:
parent
36059e960d
commit
81449eb59d
1 changed files with 2 additions and 3 deletions
|
|
@ -104,7 +104,6 @@ class ChangePasswordCyberPanel implements \RainLoop\Providers\ChangePassword\Cha
|
||||||
$sEmailDomain = \MailSo\Base\Utils::GetDomainFromEmail($sEmail);
|
$sEmailDomain = \MailSo\Base\Utils::GetDomainFromEmail($sEmail);
|
||||||
|
|
||||||
$password_check_query = "SELECT * FROM e_users WHERE emailOwner_id = '$sEmailDomain' AND email = '$sEmail'";
|
$password_check_query = "SELECT * FROM e_users WHERE emailOwner_id = '$sEmailDomain' AND email = '$sEmail'";
|
||||||
|
|
||||||
$result = mysqli_query($db, $password_check_query);
|
$result = mysqli_query($db, $password_check_query);
|
||||||
$password_check = mysqli_fetch_assoc($result);
|
$password_check = mysqli_fetch_assoc($result);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue