Server IP : 103.191.208.50 / Your IP : 216.73.216.53 Web Server : LiteSpeed System : Linux orion.herosite.pro 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64 User : celkcksm ( 1031) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, popen, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/celkcksm/cms.ncriptech.com/../websites/attendance.rmpharma.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include ("include/makeSession.php"); $menu_string=mysqli_fetch_array(mysqli_query($con,"select * from admin where id='".$_SESSION["user_id"]."'"))['menuper']; $menu_arr=explode(',',$menu_string); if(!in_array('Dashboard',$menu_arr)){ header("location:index.php"); } ?> <?php include("include/header.php"); ?> <?php include("banktobalance.php"); ?> <?php include("opening_balance_all_cash.php"); ?> <?php include("include/sidebar.php"); ?> <!-- Content Wrapper. Contains page content --><link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet"> <div class="content-wrapper" style='height:805px;'> <section class="content-header"> <h1> Dashboard <small>Control panel</small> </h1> <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li> <li class="active">Dashboard</li> </ol> </section> <!-- Main content --> <section class="content" style="min-height: 0px;"> </section> </div><!-- /.content-wrapper --> <?php include('include/footer.php');?>