Somehow I managed to get it wrong the first time.

This commit is contained in:
Dimitar Dimitrov 2013-03-16 01:32:27 +01:00
parent f2ea6b1696
commit 9f1d4dc282

View file

@ -20,7 +20,7 @@
array_push($errors, "Please don't run this script as root."); array_push($errors, "Please don't run this script as root.");
} }
if (version_compare(PHP_VERSION, '5.3.0', '>=')) { if (!(version_compare(PHP_VERSION, '5.3.0', '>='))) {
array_push($errors, "PHP version 5.3.0 or newer required."); array_push($errors, "PHP version 5.3.0 or newer required.");
} }