fix elfinder в части отображения превью

This commit is contained in:
2025-10-16 18:54:45 +05:00
parent 0b34616d21
commit 1379ff8dc2

View File

@@ -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,