mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
Disable MM file logging by default
This commit is contained in:
@@ -23,7 +23,7 @@ class e_media
|
|||||||
{
|
{
|
||||||
protected $imagelist = array();
|
protected $imagelist = array();
|
||||||
|
|
||||||
protected $logging = true;
|
protected $logging = false;
|
||||||
|
|
||||||
protected $mimePaths = array(
|
protected $mimePaths = array(
|
||||||
'text' => e_MEDIA_FILE,
|
'text' => e_MEDIA_FILE,
|
||||||
|
Reference in New Issue
Block a user