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