index.php 89 B

12345
  1. <?php
  2. declare(strict_types=1);
  3. header('Location: p/', true, 301);
  4. include 'index.html';