<?php/*## Смотрим файл ##*/if (isset($_GET['path'])) {header("Location: ".$_GET['path']);exit;} else {header("Location: /sman/index.php");exit;}?>