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