Delete purchase directory

This commit is contained in:
Fernando Méndez
2021-07-02 17:54:59 +02:00
committed by GitHub
parent e01c135238
commit 0ffda6f698
8 changed files with 0 additions and 906 deletions

View File

@ -1,18 +0,0 @@
<?php
//General Config File:
require_once('../assets/php/config.php');
//Seats form:
require_once('includes/formSelectSeat.php');
$form = new FormSelectSeat();
$formHTML = $form->gestiona();
//Page-specific content:
$section = '<section class="row">
<!-- Seat Form -->
'.$formHTML.'
</div>';
//General page content:
require RAIZ_APP.'/HTMLtemplate.php';
?>