Add files via upload
This commit is contained in:
16
panel_manager/edit_halls.php
Normal file
16
panel_manager/edit_halls.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?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();
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user