Add files via upload
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
include_once('hall_dao.php');
|
||||
include_once('../assets/php/common/hall_dao.php');
|
||||
include_once('../assets/php/form.php');
|
||||
|
||||
class FormHall extends Form {
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
include_once('session_dao.php');
|
||||
include_once('../assets/php/common/session_dao.php');
|
||||
include_once('../assets/php/form.php');
|
||||
|
||||
//Receive data from froms and prepare the correct response
|
||||
|
Reference in New Issue
Block a user