mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'wip-MDL-57462-master-fix' of git://github.com/abgreeve/moodle
This commit is contained in:
commit
bd5416aab5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue