X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=blobdiff_plain;f=index.php;h=3b0962f02e20cac66cace1d782672757ce14852b;hp=f9e26204e11ce5bce5c60313f05c37cc8c0acff4;hb=81fc862e370a1dfbd3941206fd00076e3cbf0551;hpb=db4b6b97570f18934ddeca6de9c19dec0e1c6121 diff --git a/index.php b/index.php index f9e26204..3b0962f0 100644 --- a/index.php +++ b/index.php @@ -12,7 +12,7 @@ // we need a separate check here because functions.php might get parsed // incorrectly before 5.3 because of :: syntax. if (version_compare(PHP_VERSION, '5.6.0', '<')) { - print "Fatal Error: PHP version 5.6.0 or newer required.\n"; + print "Fatal Error: PHP version 5.6.0 or newer required. You're using " . PHP_VERSION . ".\n"; exit; } @@ -64,7 +64,7 @@
-
-