diff options
author | Frank Karlitschek <karlitschek@kde.org> | 2012-04-29 21:16:41 +0200 |
---|---|---|
committer | Frank Karlitschek <karlitschek@kde.org> | 2012-04-29 21:16:41 +0200 |
commit | b5db852438b3f376921e1393c2d07696da69b69b (patch) | |
tree | df28192d3fc337fa50e3ceb89968fee7ee70ca37 | |
parent | 4d3ef9a82448da91335059c8c0ae14e46ecbd18a (diff) | |
download | nextcloud-server-b5db852438b3f376921e1393c2d07696da69b69b.tar.gz nextcloud-server-b5db852438b3f376921e1393c2d07696da69b69b.zip |
add files to blacklist. Should be always on
-rw-r--r-- | settings/apps.php | 2 |
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){ |