Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-10 18:15:58 +02:00
committed by GitHub
parent 9da5b9310b
commit 63d18e5ba3
18 changed files with 22 additions and 19 deletions

View File

@ -2,9 +2,6 @@
include_once($prefix.'assets/php/common/hall.php');
include_once($prefix.'assets/php/common/seat.php');
include_once($prefix.'assets/php/form.php');
ini_set('display_errors', 0);
error_reporting(E_ERROR | E_WARNING | E_PARSE);
class FormHall extends Form {