MDL-14589 removed obsoleted comments

This commit is contained in:
skodak 2009-03-28 15:07:24 +00:00
parent e96c386424
commit 05c0f5240c

View File

@ -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');