update README to reflect inclusion in squirrelmail-core-plugins
[squirrelmail.git] / plugins / fortune / INSTALL
index 3f158175f8382c3c319b3e1be411b52c54c2604f..11450a78556f91db756c32f4754651899ca02648 100644 (file)
@@ -8,15 +8,14 @@ directory:
   $ cd plugins
   $ tar -zxvf /usr/archives/fortune_plugin.tar.gz
 
-You may have to edit plugins/fortune/setup.php and change the location
-of fortune on your system. Simply modify the $fortune_location variable
-This script was written on RedHat 6.2 as such fortune is expected in 
-/usr/games/fortune also if safe mode is enabled your going to have to 
-copy fortune into your safe_mode bin directory.
-
 Then go to your config directory and run conf.pl.  Choose option
 8 and add the plugin (+).  Save and exit, then that should be all
 if the plugin was made correctly.  :)
 
   $ cd ../config
   $ ./conf.pl
+
+Configuration is stored in config/fortune_config.php or 
+plugins/fortune/config.php. System won't load plugins/fortune/config.php,
+if config/fortune_config.php is present. Default configuration values 
+are stored in plugins/fortune/config_default.php.