<?phpinclude_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;}?>