fix elfinder в части отображения превью
This commit is contained in:
@@ -119,6 +119,7 @@ $opts = array(
|
||||
'uploadDeny' => array('all'),
|
||||
'uploadOverwrite' => false,
|
||||
'uploadMaxSize' => '256m',
|
||||
'tmbPath' => 'th',
|
||||
'accessControl' => 'access', // disable and hide dot starting files (OPTIONAL)
|
||||
'attributes' => array(
|
||||
array(
|
||||
@@ -135,6 +136,13 @@ $opts = array(
|
||||
'hidden' => true,
|
||||
'locked' => false
|
||||
),
|
||||
array(
|
||||
'pattern' => '/th/',
|
||||
'read' => false,
|
||||
'write' => false,
|
||||
'hidden' => true,
|
||||
'locked' => false
|
||||
),
|
||||
array(
|
||||
'pattern' => '/\.php$/',
|
||||
'read' => false,
|
||||
|
Reference in New Issue
Block a user