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