]]jkjjgdjffksdkdxdsghfghdfghfgdfsdsdfsdfsfdsbcxvxcbccwewqeqwewqskfgj
במ12[cxvbcxvbxcvbcxvcxvbcvxcvbsdfsdfsdfsdfsdfsdfxcvbxcvxbbxqwqewqewv;'
/
home
/
u506006416
/
domains
/
crystalmiracle.co.in
/
public_html
/
admin
/
Upload FileeE
HOME
<?php session_start(); include_once('include/config.php'); $db= new config(); if(!$db->get_session()) { header("location:index.php"); } $file_name = basename($_SERVER['REQUEST_URI']); ?> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Admin | Dashboard</title> <!-- Tell the browser to be responsive to screen width --> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" type="image/x-icon" href="../assets/images/favicon/favicon.png" /> <!-- Font Awesome --> <link rel="stylesheet" href="plugins/fontawesome-free/css/all.min.css"> <link rel="stylesheet" href="custom.css"> <!-- Ionicons --> <link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"> <!-- Tempusdominus Bbootstrap 4 --> <link rel="stylesheet" href="plugins/tempusdominus-bootstrap-4/css/tempusdominus-bootstrap-4.min.css"> <!-- iCheck --> <link rel="stylesheet" href="plugins/icheck-bootstrap/icheck-bootstrap.min.css"> <!-- JQVMap --> <!-- Select2 --> <link rel="stylesheet" href="plugins/select2/css/select2.min.css"> <link rel="stylesheet" href="plugins/select2-bootstrap4-theme/select2-bootstrap4.min.css"> <link rel="stylesheet" href="plugins/datatables-bs4/css/dataTables.bootstrap4.min.css"> <link rel="stylesheet" href="custom.css"> <link rel="stylesheet" href="plugins/jqvmap/jqvmap.min.css"> <!-- Theme style --> <link rel="stylesheet" href="dist/css/adminlte.min.css"> <!-- overlayScrollbars --> <link rel="stylesheet" href="plugins/overlayScrollbars/css/OverlayScrollbars.min.css"> <!-- Daterange picker --> <link rel="stylesheet" href="plugins/daterangepicker/daterangepicker.css"> <!-- summernote --> <link rel="stylesheet" href="plugins/summernote/summernote-bs4.css"> <!-- Google Font: Source Sans Pro --> <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet"> <!-- ----------- Wseet Alert ------------- --> <script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script> <!-- ----------------------------------- --> <script src="//cdn.rawgit.com/rainabba/jquery-table2excel/1.1.0/dist/jquery.table2excel.min.js"></script> <!-- -------------------- JQuery ----------------- --> <script src="plugins/jquery/jquery.min.js"></script> <!-- ---------------------------------------------- --> <style type="text/css"> .colorspan { padding: 10px; width: 30px; height: 30px; cursor: default; display: inline-block; border-radius: 30px; } button.dt-button, div.dt-button, a.dt-button { margin-left: 0.5em!important; padding: 0.1em 0.7em!important; } .modal-content table tr td {border: 0px;} .modal-content table td, table th { padding: 0px 0px !important; } table.dataTable tbody tr { background-color: transparent!important; } </style> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8194985359973201" crossorigin="anonymous"></script> </head> <?php if($file_name=="all_orders.php"){ $body_class = "sidebar-mini layout-fixed sidebar-collapse"; }else{ $body_class = "hold-transition sidebar-mini layout-fixed"; } ?> <body class="<?php echo $body_class; ?>"> <div class="wrapper"> <!-- Navbar --> <nav class="main-header navbar navbar-expand navbar-white navbar-light"> <!-- Left navbar links --> <ul class="navbar-nav"> <li class="nav-item"> <a class="nav-link" data-widget="pushmenu" href="#" role="button"><i class="fas fa-bars"></i></a> </li> </ul> <!-- SEARCH FORM --> </nav> <?php $social = $db->social(); /*--------- Expected Date --------*/ function expacted_delivery($order_date){ $date1 = strtotime($order_date); $delivery_d1 = strtotime("+5 day", $date1); $delivery_date1 = date('Y-m-d H:i:s', $delivery_d1); if ($delivery_date1 < date("Y-m-d H:i:s")) { $expected_delivery1 = date('d M Y'); }else{ $expected_delivery1 = date('d M Y', strtotime($delivery_date1)); } echo $expected_delivery1; } /*------------------------*/ ?>