config_sample.php 485 B

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