Add files via upload
This commit is contained in:
12
panel_manager/includes/processForm.php
Normal file
12
panel_manager/includes/processForm.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
//General Config File:
|
||||
require_once('../../assets/php/config.php');
|
||||
$prefix ="../../";
|
||||
include_once('formHall.php');
|
||||
|
||||
if(isset($_POST['new_hall'])){
|
||||
$data = array("option" => "new","number" => $_POST["number"],"cols" => $_POST["cols"],"rows" => $_POST["rows"], "cinema" => "1");
|
||||
FormHall::processesForm($data);
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user