using popen instead of shell_exec. shell_exec is disabled in safe mode.
[squirrelmail.git] / plugins / fortune / config_default.php
diff --git a/plugins/fortune/config_default.php b/plugins/fortune/config_default.php
deleted file mode 100644 (file)
index 950d883..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php
-
-/**
- * Default Fortune plugin configuration
- *
- * Configuration defaults to /usr/games/fortune with short quotes
- *
- * @copyright &copy; 2004-2006 The SquirrelMail Project Team
- * @license http://opensource.org/licenses/gpl-license.php GNU Public License
- * @version $Id$
- * @package plugins
- * @subpackage fortune
- */
-
-/**
- * program that displays quotes
- * @global string $fortune_location
- */
-$fortune_location = '/usr/games/fortune';
-
-/**
- * options that have to be passed to program
- * @global string $fortune_options
- * @since 1.5.1
- */
-$fortune_options = '-s';
-?>
\ No newline at end of file