index.php 60 B

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