mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
MOre changes to use filelib.php
This commit is contained in:
parent
5a46b1566c
commit
7ade05c52a
@ -16,7 +16,7 @@
|
||||
$nomoodlecookie = true; // Because it interferes with caching
|
||||
|
||||
require_once('../config.php');
|
||||
require_once($CFG->dirroot.'/files/mimetypes.php');
|
||||
require_once($CFG->libdir.'/filelib.php');
|
||||
require_once($CFG->libdir.'/rsslib.php');
|
||||
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
$nomoodlecookie = true; // Because it interferes with caching
|
||||
|
||||
require_once('../config.php');
|
||||
require_once('../files/mimetypes.php');
|
||||
require_once($CFG->libdir.'/filelib.php');
|
||||
|
||||
$relativepath = get_file_argument('pix.php');
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
$nomoodlecookie = true; // Because it interferes with caching
|
||||
|
||||
require_once('../config.php');
|
||||
require_once('../files/mimetypes.php');
|
||||
require_once($CFG->libdir.'/filelib.php');
|
||||
|
||||
$relativepath = get_file_argument('pixgroup.php');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user