diff --git a/bootstrap.php b/bootstrap.php index 5437fc3..cbbacc6 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -29,11 +29,6 @@ * @var stdClass $CFG */ -// This call is required by Moodle, but this script should have been called by config.php anyway. -// @codingStandardsIgnoreStart -require_once(__DIR__.'/../../config.php'); -// @codingStandardsIgnoreEnd - // We need the CFG->dataroot, if not set yet this script is called too early in config.php file. if (!isset($CFG->dataroot)) { return;