aboutsummaryrefslogtreecommitdiffstats
path: root/apps/admin_dependencies_chk
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2012-01-08 17:30:33 +0100
committerRobin Appelman <icewind1991@gmail.com>2012-01-08 17:35:41 +0100
commited5fb902bd1391d2fc2adb3c4e5cb25fcb16b93e (patch)
tree5d653332bedb944d6171803978fdd43f1dd303c2 /apps/admin_dependencies_chk
parent13784bee18ace83adc10d869e949420b797ac03f (diff)
downloadnextcloud-server-ed5fb902bd1391d2fc2adb3c4e5cb25fcb16b93e.tar.gz
nextcloud-server-ed5fb902bd1391d2fc2adb3c4e5cb25fcb16b93e.zip
remove mp3info from dependency check
Diffstat (limited to 'apps/admin_dependencies_chk')
-rw-r--r--apps/admin_dependencies_chk/settings.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/admin_dependencies_chk/settings.php b/apps/admin_dependencies_chk/settings.php
index 34028056dbe..ce90dd604ca 100644
--- a/apps/admin_dependencies_chk/settings.php
+++ b/apps/admin_dependencies_chk/settings.php
@@ -45,12 +45,6 @@ $modules[] =array(
'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',
'modules'=> array('user_ldap'),