Delete purchase directory

This commit is contained in:
Fernando Méndez
2021-05-26 09:01:40 +02:00
committed by GitHub
parent 4ed406793a
commit a5c8dd4ff8
3 changed files with 0 additions and 292 deletions

View File

@ -1,21 +0,0 @@
<?php
//General Config File:
require_once('../assets/php/config.php');
//echo $_POST["session_id"];
//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';
?>