12fb7abe3SPiyush Mishra<?php 22fb7abe3SPiyush Mishra/** 32fb7abe3SPiyush Mishra * This file configures the enabled/disabled status of plugins, which are also protected 42fb7abe3SPiyush Mishra * from changes by the extention manager. These settings will override any local settings. 52fb7abe3SPiyush Mishra * It is not recommended to change this file, as it is overwritten on DokuWiki upgrades. 62fb7abe3SPiyush Mishra */ 72fb7abe3SPiyush Mishra$plugins['acl'] = 1; 8*168f0223SAndreas Gohr$plugins['extension'] = 1; 92fb7abe3SPiyush Mishra$plugins['config'] = 1; 102fb7abe3SPiyush Mishra$plugins['usermanager'] = 1; 1116660d32SAndreas Gohr$plugins['template:dokuwiki'] = 1; // not a plugin, but this should not be uninstalled either 12