reservations.php 86 B

12345
  1. <?php
  2. require_once __DIR__ . '/../config.php';
  3. header('Location: orders.php');
  4. exit;