35 lines
1.5 KiB
PHP
35 lines
1.5 KiB
PHP
<?php
|
|
|
|
// Pandora FMS - the Flexible Monitoring System
|
|
// ============================================
|
|
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es
|
|
// Please see http://pandora.sourceforge.net 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.
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with this program; if not, write to the Free Software
|
|
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
?>
|
|
<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>
|