Skip to content

Commit

Permalink
Call new lib/filelib.php
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Mar 7, 2005
1 parent f1e0649 commit 4d68dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Test: file.php/testslasharguments

require_once('config.php');
require_once('files/mimetypes.php');
require_once('lib/filelib.php');

if (empty($CFG->filelifetime)) {
$lifetime = 86400; // Seconds for files to remain in caches
Expand Down

0 comments on commit 4d68dff

Please sign in to comment.