1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-05 04:37:43 +02:00

refactor(core): typo fix index.php #414

This commit is contained in:
Awilum
2020-03-15 11:49:38 +03:00
parent 27dc9087ca
commit c137257c9b

View File

@@ -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 <strong>PHP %s</strong> to run.', $ver, $req));
echo PHP_VERSION;
/**
* Ensure vendor libraries exist
*/