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:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user