From dea44327e259da43c14fafb1fa5654482510ae13 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Thu, 4 Mar 2010 08:36:14 +0000 Subject: [PATCH] + add support of json. --- config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.php b/config/config.php index e3eaf3a63e..933d0ff041 100644 --- a/config/config.php +++ b/config/config.php @@ -37,7 +37,7 @@ $config->methodVar = 'f'; // requestType=GET: $config->viewVar = 't'; // requestType=GET: 模板变量名。 /* 视图和主题。*/ -$config->views = ',html,'; // 支持的视图列表。 +$config->views = ',html,json,'; // 支持的视图列表。 $config->themes = 'default'; // 支持的主题列表。 /* 支持的语言列表。*/