From 9dbd80045ccedcf97f2b658a72ec0de4280f427d Mon Sep 17 00:00:00 2001 From: wangyidong Date: Mon, 26 Jun 2017 17:01:30 +0800 Subject: [PATCH] * set file-read to openmethod. --- tools/check.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/check.php b/tools/check.php index 3d95abaff7..419e1eb2cc 100755 --- a/tools/check.php +++ b/tools/check.php @@ -36,6 +36,7 @@ $whiteList[] = 'file-export2html'; $whiteList[] = 'file-export2excel'; $whiteList[] = 'file-export2word'; $whiteList[] = 'file-senddownheader'; +$whiteList[] = 'file-read'; $whiteList[] = 'help-field'; $whiteList[] = 'index-testext'; $whiteList[] = 'productplan-commonaction';