+ add session.save_path check.
* adjust align of checking title.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user