mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 20:32:14 +09:00
Update install.controller.php
This commit is contained in:
parent
ed65b43170
commit
91f23b4fa0
1 changed files with 1 additions and 1 deletions
|
|
@ -641,7 +641,7 @@ class installController extends install
|
|||
$config_file = Context::getConfigFile();
|
||||
//if(file_exists($config_file)) return;
|
||||
|
||||
$db_info = Context::getDbInfo();
|
||||
$db_info = Context::getDBInfo();
|
||||
if(!$db_info) return;
|
||||
|
||||
$buff = $this->_getDBConfigFileContents($db_info);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue