]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14589 removed obsoleted comments
authorskodak <skodak>
Sat, 28 Mar 2009 15:07:24 +0000 (15:07 +0000)
committerskodak <skodak>
Sat, 28 Mar 2009 15:07:24 +0000 (15:07 +0000)
file.php

index de2968c1c38e52c445ea16682c7e151e0b5c2a8e..5d04ab11a8d6825ee3d1e78627872b56e0940d9d 100644 (file)
--- 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');