1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 04:32:01 +02:00

Disable MM file logging by default

This commit is contained in:
SecretR 2014-11-03 16:21:52 +02:00
parent 7858a1f93b
commit 335ee29390

View File

@ -23,7 +23,7 @@ class e_media
{
protected $imagelist = array();
protected $logging = true;
protected $logging = false;
protected $mimePaths = array(
'text' => e_MEDIA_FILE,