Mini Shell
<?php
session_start();
require_once 'config/config.php';
require_once 'include/auth_validate.php';
include_once 'include/AdminHeader.php';
?>
<div id="page-wrapper">
<div class="col-md-5 col-md-offset-3" align = "center">
<div class="panel-body">
<tr><br><br>
<td align='center'><h1 align='center'><br><br><img src='images/Denied.png' alt='Access leve Control' style='width:150px;height:120px;border:0'></a><br>
<h5 align='center'>Your Access level does not allow you to take this action!! </h1></td>
</tr> </table> <br><br><br><br><br>
</div></div></div>
<?php include_once 'include/footer.php'; ?>