Debugger plugin for SquirrelMail
================================
Ver 1.0, 6/05/04

Original author: Paul Lesneiwski <pdontthink@angrynerds.com>


Description
===========

This plugin helps system administrators find any PHP problems
in their SquirrelMail installation without the need for 
changing the php.ini file or touching their Web Server.  It
is helpful when you get blank pages from SquirrelMail or when
a plugin does not seem to be working, etc.

IMPORTANT: Unless you use the Virtual Host Login plugin to 
enable this plugin for just some users or domains (note that 
you can use that plugin to do so even if you don't need any 
of its other functionality), this plugin should usually remain 
DE-activated in a production environment!

NOTE: If you enable this plugin in the normal way (not by
using the Virtual Host Login plugin), it can in some cases
be helpful if it is the first plugin in the plugin list.
You can make it the first plugin by manually editing 
config/config.php or by deactivating all plugins and then 
adding them back, making sure to activate this plugin first.

If you feel the need, there are two settings at the top of
setup.php that can be tweaked: $fancy and $sm_debugger_fatal


Change Log
==========

  v1.0  6/05/04  Paul Lesneiwski <pdontthink@angrynerds.com>
   * Initial version

