Authored by 周少峰

comment the brand

... ... @@ -133,7 +133,7 @@ class IndexController extends AbstractAction
}
/* 品牌域名参数 @see Bootstrap.php */
$domain = $this->param('named');
$domain = 'andybrier';
// $domain = 'andybrier';
if (empty($domain)) {
$this->go(SITE_MAIN);
}
... ...