Files
dokuwiki-plugin-farmer/includes/plugins.php
2023-12-20 15:58:55 +01:00

15 lines
315 B
PHP

<?php
/**
* This overrides some values for the animals without having to configure it
*
* This file is added to the protected cascade for animals only.
* You should not edit it!
*/
$plugins['extension'] = 0;
$plugins['upgrade'] = 0;
$plugins['testing'] = 0;
$plugins['farmer'] = 1;
$plugins['farmsync'] = 0;