"Welcome" is misspelled in red below in the file index.php.
Code:
include_once "include/page_header.php";
if(isset($_REQUEST['message'])) show_error_message($_REQUEST['message']);
if(!isset($sessionid)){
insert_login_form();
}
else{
$logoff = new CLink('here', '?reconnect=1', 'styled');
echo '<div align="center" class="textcolorstyles">[COLOR="Red"]Welcom[/COLOR] to ZABBIX! You are connected as <b>'.$USER_DETAILS['alias'].'</b>.</div>';
}
?>
<?php
Comment