mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 13:03:20 +00:00
PHRAS-4067: admin - dashboard - 500 error (#4513)
* fix error 500 on dashboard : remove unused swiftools requirement * unused * patch on 4.1.8
This commit is contained in:
@@ -429,9 +429,6 @@ class Install extends Command
|
||||
{
|
||||
return [
|
||||
'php_binary' => $this->executableFinder->find('php'),
|
||||
'pdf2swf_binary' => $this->executableFinder->find('pdf2swf'),
|
||||
'swf_extract_binary' => $this->executableFinder->find('swfextract'),
|
||||
'swf_render_binary' => $this->executableFinder->find('swfrender'),
|
||||
'unoconv_binary' => $this->executableFinder->find('unoconv'),
|
||||
'ffmpeg_binary' => $this->executableFinder->find('ffmpeg', $this->executableFinder->find('avconv')),
|
||||
'ffprobe_binary' => $this->executableFinder->find('ffprobe', $this->executableFinder->find('avprobe')),
|
||||
|
Reference in New Issue
Block a user