|
Server IP : 2a02:4780:11:1596:0:cbc:26e7:10 / Your IP : 216.73.216.78 Web Server : LiteSpeed System : Linux in-mum-web1496.main-hosting.eu 5.14.0-611.38.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 10 17:21:28 EDT 2026 x86_64 User : u213657319 ( 213657319) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0555) : /home/u213657319/domains/neoriseventures.in/public_html/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
session_start();
include("includes/db.php");
include("functions/functions.php");
?>
<?php include("includes/header.php"); ?>
<div id="content">
<div class="container"><!--container start -->
<div class="col-md-12"><!--col-md-12 start -->
<ul class="breadcrumb">
<li><a href="index.php">Home</a></li>
<li>Checkout</li>
</ul>
</div><!--col-md-12 end -->
<div class="col-md-3"><!--col-md-3 start -->
<?php
include("includes/sidebar.php");
// include("./../../includes/sidebar.php");
?>
</div><!--col-md-3 end -->
<div class="col-md-9"><!--col-md-9 start -->
<?php
if(!isset($_SESSION['customer_email'])){
include('customer/customer_login.php');
}else{
include('payment_options.php');
}
?>
</div><!--col-md-3 end -->
</div><!--container end -->
</div>
<!------------------------------------------------------------------------>
<?php
//include("smtp/index.php");
?>
<!------------------------------------------------------------------------>
<!--footer start-->
<?php
include ("includes/footer.php");
?>
<!--footer end-->
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</body>
</html>