diff --git a/monstra/bootstrap.php b/monstra/bootstrap.php index 3e5f560..eab1504 100644 --- a/monstra/bootstrap.php +++ b/monstra/bootstrap.php @@ -28,7 +28,7 @@ /** * Monstra requires PHP 5.2.0 or greater */ - if (version_compare(PHP_VERSION, "5.2.0", "<")) { + if (version_compare(PHP_VERSION, "5.2.0", "<")) { exit("Monstra requires PHP 5.2.0 or greater."); }