Your IP : 3.146.176.191
<?php session_start(); ob_start();
error_reporting(0);
if(isset($_GET['fu'])){
$_SESSION['edit'] = $_GET['fu'];
header('location: updatedata.php#profile');
}
if(isset($_GET['con'])){
$_SESSION['editt'] = $_GET['con'];
header('location: cdata.php#profile');
}
if(isset($_GET['fuc'])){
$_SESSION['edit'] = $_GET['fuc'];
header('location: gmdata.php#profile');
}
if(isset($_GET['cong'])){
$_SESSION['editt'] = $_GET['cong'];
header('location: gcdata.php#profile');
}
if(isset($_GET['fur'])){
$_SESSION['edit'] = $_GET['fur'];
header('location: rmdata.php#profile');
}
if(isset($_GET['conr'])){
$_SESSION['editt'] = $_GET['conr'];
header('location: rcdata.php#profile');
}
exit;
?>