/etc/dokuwiki/plugins.php is in dokuwiki 0.0.20131208-1.
This file is owned by root:www-data, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | <?php
/**
* This file configures the default states of available plugins. All settings in
* the plugins.*.php files will override those here.
*/
$plugins['testing'] = 0;
|