From 24a7acf354ba4ee2858e81521a52a7a99444690e Mon Sep 17 00:00:00 2001 From: Adrian Greeve Date: Wed, 12 Jul 2017 10:39:20 +0800 Subject: [PATCH] MDL-57432 installation: Fix to the php version check. --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index 9793d99c130..0a5501b7cf8 100644 --- a/install.php +++ b/install.php @@ -62,7 +62,7 @@ date_default_timezone_set(@date_default_timezone_get()); @ini_set('display_errors', '1'); // Check that PHP is of a sufficient version as soon as possible. -require_once(__DIR__.'/../../lib/phpminimumversionlib.php'); +require_once(__DIR__.'/lib/phpminimumversionlib.php'); moodle_require_minimum_php_version(); // make sure iconv is available and actually works