<?PHP
	session_start();
	header("Location: ".$_SESSION[current_web_dir]."/".$_GET[file_name]);
PHP?>
