Browse Source

Reminder to update to make plugin requirements checks

pdontthink 19 years ago
parent
commit
504d534627
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/configtest.php

+ 3 - 0
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