Open Alex00Sam opened 2 years ago
Package version : 2.5.1
I added the mime for .php files 'application/x-httpd-php' but still I'm unable to upload .php files to file manager.
'exif' extension is enabled.
'folder_categories' => [ 'file' => [ 'folder_name' => '', 'startup_view' => 'list', 'max_size' => 5000000, // size in KB 'thumb' => true, 'thumb_width' => 60, 'thumb_height' => 60, 'valid_mime' => [ 'image/jpeg', 'image/pjpeg', 'image/png', 'image/gif', 'application/pdf', 'application/manifest', 'application/*', 'text/plain', 'application/x-httpd-php' ], ], ],
Package version : 2.5.1
I added the mime for .php files 'application/x-httpd-php' but still I'm unable to upload .php files to file manager.
'exif' extension is enabled.
'folder_categories' => [ 'file' => [ 'folder_name' => '', 'startup_view' => 'list', 'max_size' => 5000000, // size in KB 'thumb' => true, 'thumb_width' => 60, 'thumb_height' => 60, 'valid_mime' => [ 'image/jpeg', 'image/pjpeg', 'image/png', 'image/gif', 'application/pdf', 'application/manifest', 'application/*', 'text/plain', 'application/x-httpd-php' ], ], ],