summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/farmer/includes/plugins.php
blob: cd8d7b2d7fd807d255ed99a6ecfde15a6b21a1c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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;