xref: /dokuwiki/conf/plugins.required.php (revision 2fb7abe3dee7d302d006ae5c112c98123914279d)
1*2fb7abe3SPiyush Mishra<?php
2*2fb7abe3SPiyush Mishra/**
3*2fb7abe3SPiyush Mishra * This file configures the enabled/disabled status of plugins, which are also protected
4*2fb7abe3SPiyush Mishra * from changes by the extention manager. These settings will override any local settings.
5*2fb7abe3SPiyush Mishra * It is not recommended to change this file, as it is overwritten on DokuWiki upgrades.
6*2fb7abe3SPiyush Mishra */
7*2fb7abe3SPiyush Mishra$plugins['acl']         = 1;
8*2fb7abe3SPiyush Mishra$plugins['plugin']      = 1;
9*2fb7abe3SPiyush Mishra$plugins['config']      = 1;
10*2fb7abe3SPiyush Mishra$plugins['usermanager'] = 1;
11*2fb7abe3SPiyush Mishra$plugins['revert']      = 1;
12