Summary:
Script update for PHP 5.3
Detailed Description:
Dear Foaly,
Below, the modification required to get the script to work with php 5.3.
Replace
if (ereg("Mac", $browser) and ereg("MSIE", $browser)) {
With
if (preg_match("|Mac|", $browser) and preg_match("|MSIE|", $browser)) {
ps: If anyone is reading this to make the changes manually... Bug [#8538] also
needs to be changed for the script to correctly work with the latest CMSMS
(currently 1.11.4)
Met vriendelijke groet,
Manuel