From: Frank Karlitschek Date: Sun, 29 Apr 2012 19:16:41 +0000 (+0200) Subject: add files to blacklist. Should be always on X-Git-Tag: v4.0.0beta~153 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b5db852438b3f376921e1393c2d07696da69b69b;p=nextcloud-server.git add files to blacklist. Should be always on --- 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){