mirror of
https://github.com/nextcloud/server.git
synced 2026-03-25 20:03:23 -04:00
remove mp3info from dependency check
This commit is contained in:
parent
13784bee18
commit
ed5fb902bd
1 changed files with 0 additions and 6 deletions
|
|
@ -44,12 +44,6 @@ $modules[] =array(
|
|||
'modules'=> array('gallery'),
|
||||
'message'=> $l->t('The php-gd module is needed to create thumbnails of your images'));
|
||||
|
||||
$modules[] =array(
|
||||
'status' => OC_Helper::canExecute("mp3info") ? 'ok' : 'warning',
|
||||
'part'=> 'mp3info',
|
||||
'modules'=> array('media'),
|
||||
'message'=> $l->t('The program mp3info is useful to discover ID3 tags of your music files'));
|
||||
|
||||
$modules[] =array(
|
||||
'status' => function_exists("ldap_bind") ? 'ok' : 'error',
|
||||
'part'=> 'php-ldap',
|
||||
|
|
|
|||
Loading…
Reference in a new issue