Produces error log entries because of HTTP_USER_AGENT
-
Hi,
I quite often get this error in my log files:
Undefined index: HTTP_USER_AGENT in …/wp-content/plugins/stock-quotes-list/stockdio_quotes_stockdioplugin.php on line 1075The fix should be quite simple:
$useragent = (isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : '');
Thanks for the great plugin!
TiKu
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Produces error log entries because of HTTP_USER_AGENT’ is closed to new replies.