Somehow I managed to get it wrong the first time.
This commit is contained in:
parent
f2ea6b1696
commit
9f1d4dc282
1 changed files with 1 additions and 1 deletions
|
@ -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.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue