From 2c77b7b140ffd0c11688ae4915b6374a40c2761b Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Wed, 5 Mar 2014 11:45:01 -0500 Subject: [PATCH] Additional fix to prevent possible security flaw - see issue #12 --- main/inc/lib/fckeditor/editor/plugins/MP3/fck_mp3.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main/inc/lib/fckeditor/editor/plugins/MP3/fck_mp3.php b/main/inc/lib/fckeditor/editor/plugins/MP3/fck_mp3.php index f0653ab2fa..f603323fad 100644 --- a/main/inc/lib/fckeditor/editor/plugins/MP3/fck_mp3.php +++ b/main/inc/lib/fckeditor/editor/plugins/MP3/fck_mp3.php @@ -2,6 +2,10 @@ // name of the language file that needs to be included $language_file = array('resourcelinker','document'); include('../../../../../../inc/global.inc.php'); + +// Disabling access for anonymous users. +api_block_anonymous_users(); + ?>