Delete edit_halls.php
This commit is contained in:
parent
f154863e36
commit
8bf625e73c
@ -1,16 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
require_once('../assets/php/config.php');
|
|
||||||
include_once('./includes/formHall.php');
|
|
||||||
require_once('../assets/php/common/hall.php');
|
|
||||||
|
|
||||||
$form = new FormHall();
|
|
||||||
|
|
||||||
|
|
||||||
if(isset($_POST['new'])) {
|
|
||||||
$_SESSION["option"] = "new";
|
|
||||||
echo "<h1> Crear una Sala </h1>";
|
|
||||||
$form->gestiona();
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
|
Loading…
Reference in New Issue
Block a user