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