Skip to content

Commit

Permalink
MOre changes to use filelib.php
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Mar 7, 2005
1 parent 5a46b15 commit 7ade05c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rss/file.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');


Expand Down
2 changes: 1 addition & 1 deletion user/pix.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down
2 changes: 1 addition & 1 deletion user/pixgroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit 7ade05c

Please sign in to comment.