1
0

index.php 97 B

12345
  1. <?php
  2. if (!headers_sent()) {
  3. header("Location: /public/blocked.php", true, 302);
  4. exit;
  5. }