Add files via upload

This commit is contained in:
Fernando Méndez
2021-06-03 13:40:11 +02:00
committed by GitHub
parent 6326ff3e1e
commit 5c460bf06f
3 changed files with 69 additions and 47 deletions

View File

@ -83,6 +83,7 @@ class FormSelectSeat extends Form {
//Pay button:
$pay = '<input type="hidden" name="sessions" id="sessions" value="'.$_POST["sessions"].'" />
<input type="hidden" name="code" id="code" value="'.$_POST["code"].'" />
<input type="submit" id="submit" value="Pagar" />';
return '