From 71a3f0109642bb855e24e45ea4d0a33fb7afc5ca Mon Sep 17 00:00:00 2001 From: chenfeiCF Date: Wed, 16 Nov 2016 13:33:59 +0800 Subject: [PATCH] * finish task #2698. --- config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.php b/config/config.php index f37fd929c1..d06cdd054f 100644 --- a/config/config.php +++ b/config/config.php @@ -85,7 +85,7 @@ $config->file->maxSize = 1024 * 1024; // Max size. $config->ipWhiteList = '*'; /* View type settings. */ -$config->devicePrefix['mhtml'] = 'm.'; +//$config->devicePrefix['mhtml'] = 'm.'; /* Master database settings. */ $config->db = new stdclass();