diff options
Diffstat (limited to 'install.php')
| -rw-r--r-- | install.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/install.php b/install.php index 6573e6b2c..a93298216 100644 --- a/install.php +++ b/install.php @@ -4,12 +4,11 @@ * * @package Elgg * @subpackage Core - * @link http://elgg.org/ */ // check for PHP 4 before we do anything else if (version_compare(PHP_VERSION, '5.0.0', '<')) { - echo "Your server's version of PHP (" . PHP_VERSION . ") is too old to run Elgg.\n"; + echo "Your server's version of PHP (" . PHP_VERSION . ") is too old to run Elgg.\n"; exit; } |
