From 99a44bdca9246e9a8967cfe6c39b0d2074c093ea Mon Sep 17 00:00:00 2001 From: pdontthink Date: Thu, 12 Oct 2006 16:18:15 +0000 Subject: [PATCH] Reminder to update to make plugin requirements checks git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11904 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/configtest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/configtest.php b/src/configtest.php index 677ea77c..4375cd72 100644 --- a/src/configtest.php +++ b/src/configtest.php @@ -268,6 +268,9 @@ if($data_dir == $attachment_dir) { /* check plugins and themes */ +//FIXME: check requirements given in plugin _info() function, such +// as required PHP extensions, Pear packages, other plugins, SM version, etc +// see development docs for list of returned info from that function $bad_plugins = array( 'attachment_common', // Integrated into SquirrelMail 1.2 core 'auto_prune_sent', // Obsolete: See Proon Automatic Folder Pruning plugin -- 2.25.1