Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-08 15:17:51 +02:00
committed by GitHub
parent 3e48951b90
commit 8b4ed63f9f
8 changed files with 186 additions and 67 deletions

View File

@ -1,9 +1,7 @@
<!DOCTYPE HTML>
<?php
//ini_set('display_errors', 0);
//error_reporting(E_ERROR | E_WARNING | E_PARSE);
<?php
//General Config File:
//General Config File:
require_once('../assets/php/config.php');
//Controller file:
include_once('panel_manager.php');

View File

@ -1,6 +1,6 @@
<?php
include_once('../assets/php/common/hall.php');
include_once('../assets/php/common/session.php');
include_once($prefix.'assets/php/common/hall.php');
include_once($prefix.'assets/php/common/session.php');
include_once('./includes/formHall.php');
include_once('./includes/formSession.php');