From 05c0f5240cbf6a2f4a4e5b9b4fdb513dfa292382 Mon Sep 17 00:00:00 2001 From: skodak Date: Sat, 28 Mar 2009 15:07:24 +0000 Subject: [PATCH] MDL-14589 removed obsoleted comments --- file.php | 6 ------ 1 file changed, 6 deletions(-) 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'); -- 2.39.5