aboutsummaryrefslogtreecommitdiffstats
path: root/settings/apps.php
diff options
context:
space:
mode:
authorFrank Karlitschek <karlitschek@kde.org>2012-04-29 21:16:41 +0200
committerFrank Karlitschek <karlitschek@kde.org>2012-04-29 21:16:41 +0200
commitb5db852438b3f376921e1393c2d07696da69b69b (patch)
treedf28192d3fc337fa50e3ceb89968fee7ee70ca37 /settings/apps.php
parent4d3ef9a82448da91335059c8c0ae14e46ecbd18a (diff)
downloadnextcloud-server-b5db852438b3f376921e1393c2d07696da69b69b.tar.gz
nextcloud-server-b5db852438b3f376921e1393c2d07696da69b69b.zip
add files to blacklist. Should be always on
Diffstat (limited to 'settings/apps.php')
-rw-r--r--settings/apps.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/apps.php b/settings/apps.php
index cc161026020..eef01641f32 100644
--- a/settings/apps.php
+++ b/settings/apps.php
@@ -32,7 +32,7 @@ OC_App::setActiveNavigationEntry( "core_apps" );
$registeredApps=OC_App::getAllApps();
$apps=array();
-$blacklist=array('files_imageviewer','files_textviewer');//we dont want to show configuration for these
+$blacklist=array('files','files_imageviewer','files_textviewer');//we dont want to show configuration for these
foreach($registeredApps as $app){
if(array_search($app,$blacklist)===false){