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