mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 15:08:28 +03:00
Bugfix: undefined $passfile
This commit is contained in:
parent
426a0f8c3b
commit
313e7ce014
1 changed files with 1 additions and 1 deletions
|
|
@ -779,7 +779,7 @@ class Actions
|
|||
$aResult['ContactsPdoUser'] = (string)$oConfig->Get('contacts', 'pdo_user', '');
|
||||
$aResult['ContactsPdoPassword'] = (string)APP_DUMMY;
|
||||
|
||||
$aResult['WeakPassword'] = \is_file($passfile);
|
||||
$aResult['WeakPassword'] = \is_file(APP_PRIVATE_DATA.'admin_password.txt');
|
||||
}
|
||||
|
||||
$aResult['LanguageAdmin'] = $this->ValidateLanguage($oConfig->Get('webmail', 'language_admin', 'en'), '', true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue