mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Disable easyinstall update check while testing
This commit is contained in:
parent
a0c22efe3f
commit
80a845352c
2 changed files with 6 additions and 0 deletions
|
|
@ -42,6 +42,9 @@ $install_config = array(
|
|||
|
||||
$install_config = '<' . '?php $install_config = ' . var_export($install_config, true) . ';';
|
||||
|
||||
mkdir(_XE_PATH_ . 'files/env', 0755, true);
|
||||
file_put_contents(_XE_PATH_ . 'files/env/easyinstall_last', time());
|
||||
|
||||
$I->wantTo('Auto install');
|
||||
$I->writeToFile(_XE_PATH_ . 'config/install.config.php', $install_config);
|
||||
$I->amOnPage('/');
|
||||
|
|
|
|||
|
|
@ -26,6 +26,9 @@ if(file_exists(_XE_PATH_ . 'config/install.config.php')) {
|
|||
$I->deleteFile(_XE_PATH_ . 'config/install.config.php');
|
||||
}
|
||||
|
||||
mkdir(_XE_PATH_ . 'files/env', 0755, true);
|
||||
file_put_contents(_XE_PATH_ . 'files/env/easyinstall_last', time());
|
||||
|
||||
// Step 1 : License Agreement
|
||||
$I->wantTo('Install RhymiX');
|
||||
$I->amOnPage('/index.php?l=ko');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue