34 lines
1.3 KiB
PHP
34 lines
1.3 KiB
PHP
<?php
|
|
|
|
// Pandora FMS - http://pandorafms.com
|
|
// ==================================================
|
|
// Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
|
|
// Please see http://pandorafms.org for full contribution list
|
|
|
|
// This program is free software; you can redistribute it and/or
|
|
// modify it under the terms of the GNU General Public License
|
|
// as published by the Free Software Foundation for version 2.
|
|
// This program is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
|
|
?>
|
|
<div class="databox" id="login">
|
|
<h1 id="log"><?php echo __('Logged out'); ?></h1>
|
|
<div class="databox" style="width: 400px;">
|
|
<table cellpadding="4" cellspacing="1" width="400">
|
|
<tr><td align="left">
|
|
<?php
|
|
echo '<a href="index.php">';
|
|
print_image ("images/pandora_logo.png", false, array ("alt" => "logo", "border" => 0));
|
|
echo '</a> '.$pandora_version;
|
|
?>
|
|
</td><td valign="bottom">
|
|
<?php echo __('Your session is over. Please close your browser window to close this Pandora session.').'<br /><br />'; ?>
|
|
</td></tr>
|
|
</table>
|
|
</div>
|
|
<div id="ip"><?php echo 'IP: <b class="f10">'.$REMOTE_ADDR.'</b>'; ?></div>
|
|
</div>
|