Delete confirm-FER_SURFACE.php

This commit is contained in:
Fernando Méndez 2021-08-09 11:12:18 +02:00 committed by GitHub
parent 485a696067
commit c607dbcf27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
<?php
//General Config File:
require_once('../assets/php/config.php');
//Purchase form:
require_once('includes/formPurchase.php');
$form = new FormPurchase();
$formHTML = $form->gestiona();
//Page-specific content:
$section = '<div class="code">
<h2>Completar la Compra</h2><hr />
<!-- Purchase Form -->
'.$formHTML.'
</div>';
//General page content:
require RAIZ_APP.'/HTMLtemplate.php';
?>