* set the webRoot in the config file.

This commit is contained in:
wangchunsheng
2011-03-07 06:15:12 +00:00
parent 00ff78d7e0
commit 3de026a83a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -21,6 +21,7 @@ class install extends control
{
if(!defined('IN_INSTALL')) die();
parent::__construct();
$this->config->webRoot = $this->install->getWebRoot();
}
/**