mirror of
https://github.com/filegator/filegator.git
synced 2025-08-27 16:00:03 +02:00
Min PHP version is 7.2.5
This commit is contained in:
4
dist/index.php
vendored
4
dist/index.php
vendored
@@ -9,8 +9,8 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
if (version_compare(PHP_VERSION, '7.2', '<')) {
|
||||
echo 'Minimum requirement is PHP 7.2 You are using: '.PHP_VERSION."\n";
|
||||
if (version_compare(PHP_VERSION, '7.2.5', '<')) {
|
||||
echo 'Minimum requirement is PHP 7.2.5 You are using: '.PHP_VERSION."\n";
|
||||
die;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user