3c1c9b1e81d5b6044ff3fa8ca71a773d88f8bbe0
[squirrelmail.git] / plugins / fortune / config_sample.php
1 <?php
2
3 /**
4 * Sample Fortune plugin configuration file
5 *
6 * Configuration defaults to /usr/games/fortune with short quotes
7 *
8 * @copyright 2004-2016 The SquirrelMail Project Team
9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
10 * @version $Id$
11 * @package plugins
12 * @subpackage fortune
13 */
14
15 /**
16 * Command that is used to display fortune cookies
17 * @global string $fortune_command
18 * @since 1.5.2
19 */
20 $fortune_command = '/usr/games/fortune -s';