* rewrite the ui code.

This commit is contained in:
wangchunsheng
2011-02-26 08:59:29 +00:00
parent 50f3dedde9
commit 6f9d33a096
9 changed files with 189 additions and 235 deletions
+1
View File
@@ -95,6 +95,7 @@ class install extends control
if($return->result == 'ok')
{
$this->view = (object)$_POST;
$this->view->app = $this->app;
$this->view->lang = $this->lang;
$this->view->config = $this->config;
$this->view->domain = $this->server->HTTP_HOST;