find problem when save UAs or URLs ( include, exclude ) list in browsers on Windows platform.
explode(PHP_EOL, $str)
not work correctly !!!!!!
only last item in list used correctly.
find recommendation replace explode with:
preg_split('/\n|\r\n?/', $str);
I replace manually in lscache.php...