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