mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
Merge branch 'MDL-70326-MOODLE_311_STABLE' of https://github.com/durzo/moodle into MOODLE_311_STABLE
This commit is contained in:
commit
b1dbb286de
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
namespace core\antivirus;
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
require_once(__DIR__ . '../../../../iplookup/lib.php');
|
||||
require_once($CFG->dirroot . '/iplookup/lib.php');
|
||||
|
||||
/**
|
||||
* Base abstract antivirus scanner class.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue