Skip to content

Commit

Permalink
The bug caused by the definition of files url (in config of elfinder)…
Browse files Browse the repository at this point in the history
… is fixed.
  • Loading branch information
alenoosh committed Aug 25, 2015
1 parent a230c72 commit feed4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Serverfireteam/Panel/config/elfinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function access($attr, $path, $data, $volume) {
'roots' => array(array('driver' => 'LocalFileSystem',
'path' => 'files/',
'accessControl' => 'access',
'URL' => url('files'),
'URL' => config('app.url') . '/files',
'uploadAllow' => array('image/png', 'image/jpeg', 'image/pjpeg', 'image/gif'),
'uploadDeny' => array('all'),
'uploadOrder' => array('deny', 'allow'),
Expand Down

0 comments on commit feed4f8

Please sign in to comment.