* task#982, install module.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
@@ -221,6 +221,7 @@ class installModel extends model
|
||||
*/
|
||||
public function checkConfig()
|
||||
{
|
||||
$return = new stdclass();
|
||||
$return->result = 'ok';
|
||||
|
||||
/* Connect to database. */
|
||||
|
||||
Reference in New Issue
Block a user