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:
parent
7858a1f93b
commit
335ee29390
@ -23,7 +23,7 @@ class e_media
|
||||
{
|
||||
protected $imagelist = array();
|
||||
|
||||
protected $logging = true;
|
||||
protected $logging = false;
|
||||
|
||||
protected $mimePaths = array(
|
||||
'text' => e_MEDIA_FILE,
|
||||
|
Loading…
x
Reference in New Issue
Block a user