One Hat Cyber Team
Your IP :
216.73.216.152
Server IP :
27.254.111.200
Server :
Linux wh-sh59.csloxinfo.com 3.10.0-693.5.2.el7.x86_64 #1 SMP Fri Oct 20 20:32:50 UTC 2017 x86_64
Server Software :
Apache
PHP Version :
5.5.38
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
vhosts
/
oakwine.co.th
/
httpdocs
/
view
/
View File Name :
Delivery.php
<?php $lang = ucfirst(strtolower(isset($_SESSION["lang"]) ? $_SESSION["lang"] : "TH")); ?> <!--=== Content Part ===--> <div class="content container"> <div class="row"> <div class="col-md-3 filter-by-block md-margin-bottom-60"> <?php include_once("view/Category/listBy.php"); ?> </div> <div class="col-md-9"> <!-- <div class="breadcrumbs-v4"> <h1>Delivery <span class="shop-green"> Detail</span></h1> </div><br> --> <div class="heading heading-v1 margin-bottom-30"><h2>Delivery Detail</h2></div> <div class="row margin-bottom-30"> <div class="col-md-12 shadow-wrapper"> <div class="tag-box tag-box-v1 box-shadow shadow-effect-2"><?php include_once("view/Delivery/".$lang.".php"); ?></div> </div> </div> </div> </div><!--/end row--> </div><!--/container--> <!-- End Content Part -->