Your IP : 3.135.202.168


Current Path : /home/lentoinv/churchmr.com/userv2/
Upload File :
Current File : /home/lentoinv/churchmr.com/userv2/fuc.php

<?php     session_start(); ob_start();
		error_reporting(0); 
	
	if(isset($_GET['fu'])){		  
 $_SESSION['edit'] = $_GET['fu'];
	  
	  header('location: mdata.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;
	  
	  ?>

?>