<?phpif (isset($_GET['path'])) {header("Location: /sman/index.php?repath=".htmlspecialchars($_GET['path']));exit;} else {header("Location: /sman/index.php");exit;}?>