- remove the default domain setting from main config file.

This commit is contained in:
wangchunsheng
2010-01-26 03:13:55 +00:00
parent f52d673492
commit 27a182780f
4 changed files with 14 additions and 12 deletions
+1
View File
@@ -74,6 +74,7 @@ class install extends control
$this->view = (object)$_POST;
$this->view->lang = $this->lang;
$this->view->config = $this->config;
$this->view->domain = $this->server->HTTP_HOST;
$this->view->header->title = $this->lang->install->saveConfig;
$this->display();
}