Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-30 16:25:45 +02:00
committed by GitHub
parent 6ebea1c1ae
commit 1a88b8d861
5 changed files with 204 additions and 149 deletions

View File

@ -24,7 +24,6 @@ class FormPurchase extends Form {
private $_TODAY; // Actual date.
public function __construct() {
//$options = array("action" => $_SERVER['PHP_SELF']);
parent::__construct('formPurchase');
$sessionDAO = new SessionDAO("complucine");