mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
6 lines
173 B
PHP
6 lines
173 B
PHP
<?php
|
|
/**
|
|
* This file configures the default states of available plugins. All settings in
|
|
* the plugins.*.php files will override those here.
|
|
*/
|
|
$plugins['testing'] = 0;
|