mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Increase time limit during install; fix #560
This commit is contained in:
parent
1d11ad7357
commit
647ede11d7
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@ class installController extends install
|
|||
return new Object(-1, 'msg_already_installed');
|
||||
}
|
||||
|
||||
$this->db_tmp_config_file = _XE_PATH_.'files/config/tmpDB.config.php';
|
||||
$this->etc_tmp_config_file = _XE_PATH_.'files/config/tmpEtc.config.php';
|
||||
// Increase time limit.
|
||||
@set_time_limit(0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue