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