Source for file config_sample.php

Documentation is available at 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-2020 The SquirrelMail Project Team
  9.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  10.  * @version $Id: config_sample.php 14845 2020-01-07 08:09:34Z pdontthink $
  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';

Documentation generated on Mon, 13 Jan 2020 04:22:13 +0100 by phpDocumentor 1.4.3