Keno Kallinger
Keno Kallinger
We fixed this by using the code from the pull request 'Fixed PHP warnings and not working config options #157'
Furthermore if you also get the following error: [05-Jan-2022 14:12:24 Europe/Berlin] PHP Warning: Undefined array key "HTTP_X_FORWARDED_FOR" in /var/www/html/webmail/plugins/twofactor_gauthenticator/twofactor_gauthenticator.php on line 536 You can fix this by changing the statement:...
To fix this warning change line 216 to the following: return $_SESSION['plugin.lastlogin.show_info'] ?? null;