浏览代码

Minor cleanup

pdontthink 18 年之前
父节点
当前提交
1629fbd768
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/configtest.php

+ 2 - 0
src/configtest.php

@@ -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