I’ve recently started getting these error messages in the error log repeatedly:
/manager/controllers/default/security/login.class.php : 191) PHP warning: Undefined array key "HTTP_ACCEPT_LANGUAGE"
The line of code in question is:
$accept_languages = strtolower($_SERVER['HTTP_ACCEPT_LANGUAGE']);
Any idea what’s causing them? Thanks.