1
0
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:
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 $imagelist = array();
protected $logging = true; protected $logging = false;
protected $mimePaths = array( protected $mimePaths = array(
'text' => e_MEDIA_FILE, 'text' => e_MEDIA_FILE,