pandorafms/pandora_console/general/noaccess.php

20 lines
691 B
PHP

<?php
// Pandora FMS - the Free Monitoring System
// ========================================
// Copyright (c) 2004-2008 Sancho Lerena, slerena@gmail.com
// Main PHP/SQL code development, project architecture and management.
// 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, version 2.
?>
<div id="noaccess">
<div align='center'>
<h2><?php echo lang_string ("no_access_title") ?></h2>
<div>&nbsp;</div>
<img src='images/noaccess.png' alt='No access'>
<div>&nbsp;</div>
<div class="msg"><?php echo lang_string ("no_access_text");?></div>
</div>
</div>