]> source.dussan.org Git - nextcloud-server.git/commitdiff
add files to blacklist. Should be always on
authorFrank Karlitschek <karlitschek@kde.org>
Sun, 29 Apr 2012 19:16:41 +0000 (21:16 +0200)
committerFrank Karlitschek <karlitschek@kde.org>
Sun, 29 Apr 2012 19:16:41 +0000 (21:16 +0200)
settings/apps.php

index cc161026020b0a66f429a750eb794c41ac8f0b1a..eef01641f321d58bdefdbfd4dbc426433bba8745 100644 (file)
@@ -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){