Add files via upload
This commit is contained in:
@ -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');
|
||||
|
@ -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');
|
||||
|
||||
|
Reference in New Issue
Block a user