mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
MDL-14589 removed obsoleted comments
This commit is contained in:
parent
e96c386424
commit
05c0f5240c
6
file.php
6
file.php
@ -8,12 +8,6 @@
|
||||
// file.php/courseid/dir/dir/dir/filename.ext?forcedownload=1 (download instead of inline)
|
||||
// file.php/courseid/dir (returns index.html from dir)
|
||||
// Workaround: file.php?file=/courseid/dir/dir/dir/filename.ext
|
||||
// Test: file.php/testslasharguments
|
||||
|
||||
|
||||
//TODO: Blog attachments do not have access control implemented - anybody can read them!
|
||||
// It might be better to move the code to separate file because the access
|
||||
// control is quite complex - see bolg/index.php
|
||||
|
||||
require_once('config.php');
|
||||
require_once('lib/filelib.php');
|
||||
|
Loading…
x
Reference in New Issue
Block a user