diff --git a/index.php b/index.php index 0edc8a0..154179a 100644 --- a/index.php +++ b/index.php @@ -34,7 +34,7 @@ if ($ICEcoder["checkUpdates"]) { } } -$isMac = false === strpos($_SERVER['HTTP_USER_AGENT'], "Macintosh") ? true : false; +$isMac = false !== strpos($_SERVER['HTTP_USER_AGENT'], "Macintosh") ? true : false; ?>