Hacked By AnonymousFox

Current Path : /home/krishnamexports/www/ajax/
Upload File :
Current File : /home/krishnamexports/www/ajax/setCurrency.php

<?php

session_start();

include('../config/database.php');			

$currencyType = $_GET['currencyType'];	

$_SESSION['currency'] = $currencyType;

$arr    = array("status"=>1, 'currencyType'=>$currencyType);

echo json_encode($arr);			

?>

Hacked By AnonymousFox1.0, Coded By AnonymousFox