| | |
| | | $name = $tmp['contact_name']; |
| | | } |
| | | |
| | | $welcome = sprintf($wb['welcome_user_txt'], $name); |
| | | $welcome = sprintf($wb['welcome_user_txt'], htmlentities($name, ENT_QUOTES, 'UTF-8')); |
| | | $app->tpl->setVar('welcome_user', $welcome); |
| | | |
| | | |
| | |
| | | */ |
| | | $info = array(); |
| | | |
| | | if(isset($_SESSION['show_info_msg'])) { |
| | | $info[] = array('info_msg' => '<p>'.$_SESSION['show_info_msg'].'</p>'); |
| | | unset($_SESSION['show_info_msg']); |
| | | } |
| | | if(isset($_SESSION['show_error_msg'])) { |
| | | $app->tpl->setloop('error', array(array('error_msg' => '<p>'.$_SESSION['show_error_msg'].'</p>'))); |
| | | unset($_SESSION['show_error_msg']); |
| | | } |
| | | |
| | | |
| | | /* |
| | | * Check the ISPConfig-Version (only for the admin) |
| | | */ |