Ad Widget

Collapse

Zabbix 1.5.2 (Trunk 5675) - "Welcom" is misspelled

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Palmertree
    Senior Member
    • Sep 2005
    • 746

    #1

    Zabbix 1.5.2 (Trunk 5675) - "Welcom" is misspelled

    "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
  • Aly
    ZABBIX developer
    • May 2007
    • 1126

    #2
    Thanks. Fixed
    Zabbix | ex GUI developer

    Comment

    Working...