Minor cleanup
[squirrelmail.git] / src / configtest.php
index 4ad4afe3498f2c447d6ede329f5b71bef999ffdf..0cca2bfca1fdae78b098e5c8e7a2cb1d3563df7c 100644 (file)
@@ -289,6 +289,8 @@ if($data_dir == $attachment_dir) {
 }
 
 
+echo "Checking plugins...<br />\n";
+
 /* check plugins and themes */
 //FIXME: check requirements given in plugin _info() function, such
 //       as required PHP extensions, Pear packages, other plugins, SM version, etc