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