Current File : /home/inlingua/www/sensoriumpsychologists.com/diagnostics/franchise/redirect_back.php
<?php
require_once("../franchise_between/check_franchise.php");
if(isset($_GET['msg']))
{
	$_SESSION['msg']=$_GET['msg'];
}
if(isset($_GET['q']))
{
	$q=$_GET['q'];
}
header("Location:".$q);
?>