init($_POST['language'], true); $_SESSION['language'] = $_POST['language']; } return true; } function loadTemplateData(&$templateData) { global $gallery; if (@$gallery->getConfig('multisite')) { /* Prevent upgrade if old style multisite config.php is found */ $templateData['bodyFile'] = 'InvalidConfig.html'; return; } $templateData['mode.maintenance'] = @$gallery->getConfig('mode.maintenance'); $templateData['totalSteps'] = count($GLOBALS['steps'])-1; $templateData['bodyFile'] = 'Welcome.html'; $this->setComplete(true); } } ?>