Plugins like listcommands should not close their own pages without displaying errors...
[squirrelmail.git] / plugins / fortune / config_sample.php
CommitLineData
28e62e6d 1<?php
4b4abf93 2
28e62e6d 3/**
c3806a9d 4 * Sample Fortune plugin configuration file
91e0dccc 5 *
28e62e6d 6 * Configuration defaults to /usr/games/fortune with short quotes
7 *
4b5049de 8 * @copyright &copy; 2004-2007 The SquirrelMail Project Team
28e62e6d 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
10 * @version $Id$
11 * @package plugins
12 * @subpackage fortune
13 */
14
15/**
c3806a9d 16 * Command that is used to display fortune cookies
17 * @global string $fortune_command
18 * @since 1.5.2
28e62e6d 19 */
c3806a9d 20$fortune_command = '/usr/games/fortune -s';