mirror of
https://github.com/cosmocode/dokuwiki-plugin-farmer.git
synced 2025-07-22 18:27:56 +00:00
15 lines
315 B
PHP
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;
|