Minor cleanup
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 2 Feb 2007 23:02:47 +0000 (23:02 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 2 Feb 2007 23:02:47 +0000 (23:02 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12214 7612ce4b-ef26-0410-bec9-ea0150e637f0

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