embedded.php 66 B

123
  1. <?php
  2. header('Location: MainUI.php?file='.$_GET["filepath"]);
  3. ?>