README 568 B

123456789101112
  1. Simple SquirrelMail plugin that displays the quotes above the message listing.
  2. Original code contributed by paulm@spider.org, now maintained by the
  3. SquirrelMail Project Team.
  4. Plugin requires /usr/games/fortune or any other similar program, that outputs
  5. short text messages. If you are running php in safe_mode, path to program must
  6. be present in php safe_mode_exec_dir setting. If you are running chrooted
  7. webserver, program must be present inside of your chroot jail.
  8. Plugin can be configured with config/fortune_config.php or
  9. plugins/fortune/config.php files.