|
Server IP : 10.128.40.6 / Your IP : 216.73.216.233 Web Server : Apache System : Linux webd006.cluster128.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : logmcpe ( 111175) PHP Version : 7.3.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0705) : /home/logmcpe/www/MCPRO/lesCheques/../ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
$eventRequest = "SELECT * From `booking` where `status` = '0'";
if($resRequest = mysqli_query($conn,$eventRequest)){
$req = mysqli_num_rows($resRequest);
}else{
$requests=0;
}
?>
<section class="sidebar">
<div class="user-panel" style="height:50px;">
<div class="pull-left info">
<p ><?php echo "user"; ?></p>
<a href="#"><i class="fa fa-circle text-success"></i> Online</a>
</div>
</div>
<br/>
<ul class="sidebar-menu">
<li class="header">MAIN NAVIGATION</li>
<li class="treeview">
<a href="#">
<i class="fa fa-dashboard"></i> <span>Dashboard</span>
</a>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-male"></i>
<span>My Profile</span>
</a>
</li>
<li class="treeview">
<a href="check_in.php">
<i class="fa fa-share"></i>
<span>Check Ins</span>
</a>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-share"></i>
<span>Check Outs</span>
</a>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-share"></i>
<span>Change Password</span>
</a>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-circle-o text-red"></i>
<span>Logout</span>
</a>
</li>
</ul>
</section>