xref: /plugin/farmer/includes/config.php (revision 0a5d2da2d569b70aa9be68458b77b2616f382e97)
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 */
8global $FARMCORE;
9$conf['savedir'] = $FARMCORE->getAnimalDataDir();
10$conf['basedir'] = $FARMCORE->getAnimalBaseDir();
11$conf['upgradecheck'] = 0;
12
13
14