This commit is contained in:
czaks 2016-05-05 09:25:47 +02:00
parent 985c113190
commit 89fe3db556

View File

@ -600,6 +600,8 @@ function create_config_from_array(&$instance_config, &$array, $prefix = '') {
}
}
session_start();
if ($step == 0) {
// Agreeement
$page['body'] = '
@ -832,7 +834,7 @@ if ($step == 0) {
echo Element('page.html', array(
'body' => Element('installer/config.html', array(
'config' => $config,
'more' => $more,
'more' => $_SESSION['more'],
)),
'title' => 'Configuration',
'config' => $config