$value) { $url .= '&'.$key.'='.$value; } } echo '

'.__('Pandora FMS Web Console').'


'; if (isset ($login_failed)) { echo ''; } echo '
'; echo '

'.__('Login failed').': '.$config["auth_error"].'

'; echo '
'; if (!empty ($page) && !empty ($sec)) { foreach ($_POST as $key => $value) { print_input_hidden ($key, $value); } } //TODO: Put branding in variables (external file) or database /* CUSTOM BRANDING STARTS HERE */ // Replace the following with your own URL and logo. // A mashup of the Pandora FMS logo and your companies highly preferred echo ''; print_image ("images/pandora_logo.png", false, array ("alt" => "logo", "border" => 0)); echo '
'; // This prints the current pandora console version. // For stable/live function it might be wise to comment it out echo $pandora_version.(($develop_bypass == 1) ? ' '.__('Build').' '.$build_version : ''); /* CUSTOM BRANDING ENDS HERE */ echo '
'.__('Login').':
'.print_input_text_extended ("nick", '', "nick", '', '', '' , false, '', 'class="login"', true).'
'.__('Password').':
'.print_input_text_extended ("pass", '', "pass", '', '', '' ,false, '', 'class="login"', true, true).'
'.print_submit_button ("Login",'',false,'class="sub next"',true).'
'.__('Your IP').': '.$config["remote_addr"].'
'; ?>