diff options
-rw-r--r-- | install.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install.php b/install.php index 5287fbebb..6e3dee03c 100644 --- a/install.php +++ b/install.php @@ -1,7 +1,7 @@ <?php -if (version_compare(PHP_VERSION, '5.3.0') < 0) { - echo "Just a heads up: Filebin has not been tested with php older than 5.3. You might run into problems."; +if (version_compare(PHP_VERSION, '5.5.0') < 0) { + echo "Filebin will most certainly not work with php older than 5.5. Use at your own risk!\n\n"; } $errors = ""; |