* task#982, install module.

This commit is contained in:
wangchunsheng
2012-12-10 08:40:13 +00:00
parent 7e9fb8335c
commit e84eb450d0
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -97,6 +97,7 @@ class install extends control
$this->view->lang = $this->lang;
$this->view->config = $this->config;
$this->view->domain = $this->server->HTTP_HOST;
$this->view->header = new stdclass();
$this->view->header->title = $this->lang->install->saveConfig;
$this->display();
}
+1
View File
@@ -221,6 +221,7 @@ class installModel extends model
*/
public function checkConfig()
{
$return = new stdclass();
$return->result = 'ok';
/* Connect to database. */