From: skodak Date: Sat, 28 Mar 2009 15:07:24 +0000 (+0000) Subject: MDL-14589 removed obsoleted comments X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=05c0f5240cbf6a2f4a4e5b9b4fdb513dfa292382;p=moodle.git MDL-14589 removed obsoleted comments --- diff --git a/file.php b/file.php index de2968c1c3..5d04ab11a8 100644 --- a/file.php +++ b/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');