mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-70326 antivirus: fixing regression in MDL-66222
This commit is contained in:
parent
c8d33eb9ce
commit
d0e185ae79
@ -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…
x
Reference in New Issue
Block a user