mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 04:12:18 +09:00
NOISSUE PHP 5.4 이상 호환성 개선.
This commit is contained in:
parent
742af78932
commit
41ff8ace3b
32 changed files with 365 additions and 113 deletions
|
|
@ -155,7 +155,7 @@ class installController extends install
|
|||
// install by default XE UI
|
||||
else
|
||||
{
|
||||
if(FileHandler::exists($this->db_tmp_config_file)) include $this->db_tmp_config_file;
|
||||
if(FileHandler::exists($this->db_tmp_config_file)) include $this->db_tmp_config_file;
|
||||
if(FileHandler::exists($this->etc_tmp_config_file)) include $this->etc_tmp_config_file;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue