summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/farmer/includes/config.php
blob: cd9aa67ad365f6ff25a413758e7d0c52f686a650 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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!
 */
global $FARMCORE;
$conf['savedir'] = $FARMCORE->getAnimalDataDir();
$conf['basedir'] = $FARMCORE->getAnimalBaseDir();
$conf['upgradecheck'] = 0;