View file sman/set/copy.php
<?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; } ?>
<?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; } ?>