xref: /plugin/farmer/includes/config.php (revision 1da41c8bdb9ce0b590d5b69552c4ddb4d0aef860)
1b330074aSAndreas Gohr<?php
2*1da41c8bSAndreas Gohr
3b330074aSAndreas Gohr/**
4b330074aSAndreas Gohr * This overrides some values for the animals without having to configure it
5b330074aSAndreas Gohr *
6b330074aSAndreas Gohr * This file is added to the protected cascade for animals only.
7b330074aSAndreas Gohr * You should not edit it!
8b330074aSAndreas Gohr */
9*1da41c8bSAndreas Gohr
10c4c8e953SAndreas Gohrglobal $FARMCORE;
11b330074aSAndreas Gohr$conf['savedir'] = $FARMCORE->getAnimalDataDir();
12b330074aSAndreas Gohr$conf['basedir'] = $FARMCORE->getAnimalBaseDir();
13b330074aSAndreas Gohr$conf['upgradecheck'] = 0;
14