Delete edit_halls.php

This commit is contained in:
Markines16 2021-05-05 16:52:59 +02:00 committed by GitHub
parent f154863e36
commit 8bf625e73c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 16 deletions

View File

@ -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();
}
?>