mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Fixed four more references to mimetypes.php (bug 2690) Thanks, Gustav!
This commit is contained in:
parent
ec00f82454
commit
8a0556be8c
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
require_once("../../config.php");
|
||||
require_once("$CFG->dirroot/files/mimetypes.php");
|
||||
require_once($CFG->libdir.'/filelib.php');
|
||||
|
||||
# this is the upload/download plugin, which allows to put arbitrary binary
|
||||
# files into the ewiki database using the provided specialized form, or the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue