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

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

include_once '../../sman/includs/head.php';

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

header("Location: /sman/index.php?copy=".htmlspecialchars($_GET['path']));

exit;


} else {

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

exit;

}
?>