Somehow I managed to get it wrong the first time.

master
Dimitar Dimitrov 11 years ago
parent f2ea6b1696
commit 9f1d4dc282

@ -20,7 +20,7 @@
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.");
}

Loading…
Cancel
Save