MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/public_html/imenso.co/demo/claapp/permission.php
<?php include("config/config.php"); ?>
<?php include(BASIC_PATH."layout/header.php"); ?>
<!-- main start -->
<div class="main-container container padding-10">
  <div id="content1" class="m_t20">
    <div class="col-sm-12">
      <div class="text-right">       
                      <?php include(BASIC_PATH."layout/sub_header.php"); ?>

      </div>
    </div>
   
    <div class="clearfix"></div>
   
    <div class="col-sm-12 text-center" style="margin-top: 50px;">
       <h3> Oops! Page not found.</h3>

            <p>

                We could not find the page you were looking for.
             
            </p>
            <br>
 		<a href="<?php echo PATH.$_SESSION['nthrive_type'] ?>">Back</a>
    </div>
      <div class="clearfix"></div>
  </div>
</div>

<?php require(BASIC_PATH."layout/footer.php"); ?>
<script src="<?php echo PATH ?>js/user.js"></script>