|
|
|
@ -13,6 +13,8 @@ Configure::set('preinstall', [ |
|
|
|
'sed' => [ 'test.ini' => [ 'timeout' => '30', 'keep_alive_setting' => '15' ] ] |
|
|
|
'sed' => [ 'test.ini' => [ 'timeout' => '30', 'keep_alive_setting' => '15' ] ] |
|
|
|
]); |
|
|
|
]); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
force_normal(); |
|
|
|
|
|
|
|
|
|
|
|
//run_once(); // only allow, this script, to run once! |
|
|
|
//run_once(); // only allow, this script, to run once! |
|
|
|
|
|
|
|
|
|
|
|
$root_password = make_password(Configure::get('passwords', 'length')); |
|
|
|
$root_password = make_password(Configure::get('passwords', 'length')); |
|
|
|
|