pandorafms/pandora_console/general/noaccess.php

17 lines
498 B
PHP
Raw Normal View History

<?php
// Pandora - The Free Monitoring System
// This code is protected by GPL license.
// Este codigo esta protegido por la licencia GPL.
// Sancho Lerena <slerena@gmail.com>, 2003-2006
// Raul Mateos <raulofpandora@gmail.com>, 2004-2006
?>
<div id="noaccess">
<div align='center'>
<h2><?php echo $lang_label["no_access_title"] ?></h2>
<div>&nbsp;</div>
<img src='images/noaccess.gif'>
<div>&nbsp;</div>
<div class="msg"><?php echo $lang_label["no_access_text"];?></div>
</div>
</div>