Mini Shell
<?php
session_start();
$rootPath = realpath(dirname(__FILE__) . '/..');
require_once $rootPath . '/Portal/include/auth_validate.php'; // Use clean config file
$del_id = filter_input(INPUT_POST, 'del_id');
require_once $rootPath . '/Portal/include/AdminHeader.php');
?>
<div id="page-wrapper">
<div class="col-md-5 col-md-offset-3" align = "center">
<form class="form form-inline" action="ComplaintListingReport.php" method="POST">
<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 require_once $rootPath . '/Portal/include/footer.php'; ?>