Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Browscap.ini file
/opt/php/lib/php/browscap.ini
You may recover the contents of the file yourself via a PHP script for example:
<?php
header("Content-type: text/plain");
print file_get_contents("/opt/php/lib/php/browscap.ini");
?>
Link to this FAQ: