View file away.php

File size: 142B
<?php
/* 
	Appointment: Страница редиректа
	File: away.php
	Author: likan
	Engine: LIKAN
*/

header("Location: {$_GET['url']}");

?>