Add files via upload
This commit is contained in:
@ -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 {
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
<!DOCTYPE HTML>
|
||||
<?php
|
||||
|
||||
ini_set('display_errors', 0);
|
||||
@ -63,6 +62,7 @@
|
||||
<div class="column side"></div>'."\n";
|
||||
}
|
||||
?>
|
||||
<!DOCTYPE HTML>
|
||||
<!--
|
||||
Práctica - Sistemas Web | Grupo D
|
||||
CompluCine - FDI-cines
|
||||
|
Reference in New Issue
Block a user