Source for file applicationSetupFive.php
Documentation is available at applicationSetupFive.php
* <b>Class Description</b>: Controller for initial system setup
* Created On: 30 March 2009
* @author Jan van der Breggen
* @subpackage SystemSetupScreens
$text = $GLOBALS['lang']['setupScreenTextFive'];
$this->_init($GLOBALS['lang']['setupHeaderFive'],$text);
$countryConfig = unserialize($_SESSION['rvtwo']['locale']);
$this->View['form_to_display']= 'view_applicationSetupFive';
$this->View['page_to_display'] = 'view_template_setup_screen';
$this->View['prev_page'] = "applicationSetupFour";
$this->View['doc']= "/ddms";
$_SESSION['rvtwo']['locale'] = serialize($countryConfig);
redirect (applicationSetupSix);
|