diff --git a/index.php b/index.php index b7dc4aae..3a4f7c11 100755 --- a/index.php +++ b/index.php @@ -48,7 +48,7 @@ define('PATH', [ * Check PHP Version */ version_compare($ver = PHP_VERSION, $req = FLEXTYPE_MINIMUM_PHP, '<') and exit(sprintf('You are running PHP %s, but Flextype needs at least PHP %s to run.', $ver, $req)); -echo PHP_VERSION; + /** * Ensure vendor libraries exist */