Added "bad plugin" blacklist (currently contains "view_as_html" and "folder_preferenc...
authortassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 21 Feb 2006 17:05:34 +0000 (17:05 +0000)
committertassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 21 Feb 2006 17:05:34 +0000 (17:05 +0000)
commit3a196538114904286610d1d74913693fb36f8c0c
tree13673f9254b6957d32675f3f9c63b57295937a04
parent42b0ed18af12d897cc904c10af4b275ef692d827
Added "bad plugin" blacklist (currently contains "view_as_html" and "folder_preferences".  Plugins known to not work, or known to be already integrated into the core (and thus should not be used as a separate plugin) should be added to this list.

Modified do_err to support the concept of fatal errors and warnings.  Fatal errors stop the script.  Warnings allow the rest of the script to continue.

do_err(string error-text, boolean fatal=true)

Minor adjustment to php version display, no alteration to actual test.
Minor adjustment to end summary (warnings, or setup looks ok text)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10789 7612ce4b-ef26-0410-bec9-ea0150e637f0
src/configtest.php