...
This commit is contained in:
parent
985c113190
commit
89fe3db556
|
@ -600,6 +600,8 @@ function create_config_from_array(&$instance_config, &$array, $prefix = '') {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
session_start();
|
||||||
|
|
||||||
if ($step == 0) {
|
if ($step == 0) {
|
||||||
// Agreeement
|
// Agreeement
|
||||||
$page['body'] = '
|
$page['body'] = '
|
||||||
|
@ -832,7 +834,7 @@ if ($step == 0) {
|
||||||
echo Element('page.html', array(
|
echo Element('page.html', array(
|
||||||
'body' => Element('installer/config.html', array(
|
'body' => Element('installer/config.html', array(
|
||||||
'config' => $config,
|
'config' => $config,
|
||||||
'more' => $more,
|
'more' => $_SESSION['more'],
|
||||||
)),
|
)),
|
||||||
'title' => 'Configuration',
|
'title' => 'Configuration',
|
||||||
'config' => $config
|
'config' => $config
|
||||||
|
|
Loading…
Reference in New Issue