diff --git a/config/config.php b/config/config.php index b15a83e4cf..9691c14f6d 100644 --- a/config/config.php +++ b/config/config.php @@ -34,7 +34,7 @@ $config->methodVar = 'f'; // 请求类型为GET:模块 $config->viewVar = 't'; // 请求类型为GET:视图变量名。 requestType=GET: the view var name. $config->sessionVar = 'zentaosid'; // 请求类型为GET:session变量名。 requestType=GET: the session var name. $config->views = ',html,json,mhtml,xhtml,'; // 支持的视图类型。 Supported view formats. -$config->visions = ',or,rnd,lite,'; // 支持的界面类型。 Supported vision formats. +$config->visions = ',rnd,lite,or,'; // 支持的界面类型。 Supported vision formats. /* 支持的主题和语言。Supported themes and languages. */ $config->themes['default'] = 'default';