<?php

include "banco.php";
// include "ajudantes.php";
include "classes/Estacionamento.php";
$carro = new Estacionamento($mysqli);
$exibir_tabela = false;
$carro->remover_carro($_GET['id']);
header('Location: vagas.php');
die;