+ add session.save_path check.

* adjust align of checking title.
This commit is contained in:
zhujinyong
2012-11-20 08:49:28 +00:00
parent 0264aff0d2
commit ed2ad7306d
5 changed files with 59 additions and 4 deletions
+2
View File
@@ -55,6 +55,8 @@ class install extends control
$this->view->phpVersion = $this->install->getPhpVersion();
$this->view->phpResult = $this->install->checkPHP();
$this->view->pdoResult = $this->install->checkPDO();
$this->view->sessionResult = $this->install->checkSessionSavePath();
$this->view->sessionInfo = $this->install->getSessionSavePath();
$this->view->pdoMySQLResult = $this->install->checkPDOMySQL();
$this->view->jsonResult = $this->install->checkJSON();
$this->view->tmpRootInfo = $this->install->getTmpRoot();