Просмотр файла sman/set/show.php

Размер файла: 177B
<?php

/*
## Смотрим файл ##
*/

if (isset($_GET['path'])) {

header("Location: ".$_GET['path']);

exit;

} else {

header("Location: /sman/index.php");

exit;

}

?>