Subversion Repositories SmartDukaan

Rev

Rev 11495 | Rev 11505 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11495 Rev 11496
Line 27... Line 27...
27
		header("Location: http://m.shop2020.in/my-orders"); 
27
		header("Location: http://m.shop2020.in/my-orders"); 
28
		exit;
28
		exit;
29
	}elseif(in_array($pageURL[1], $redirectUrl)){
29
	}elseif(in_array($pageURL[1], $redirectUrl)){
30
		$newURL = 'http://www.saholic.com/'.$pageURL[1];
30
		$newURL = 'http://www.saholic.com/'.$pageURL[1];
31
		//header('Location: '.$newURL);
31
		//header('Location: '.$newURL);
32
		exit;
32
		//exit;
33
	}
33
	}
34
 
34
 
35
/*
35
/*
36
 *---------------------------------------------------------------
36
 *---------------------------------------------------------------
37
 * APPLICATION ENVIRONMENT
37
 * APPLICATION ENVIRONMENT