xref: /plugin/farmer/includes/config.php (revision 1da41c8bdb9ce0b590d5b69552c4ddb4d0aef860)
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