Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-13 11:00:18 +02:00
committed by GitHub
parent 5758e4e7fc
commit b9383645fe
23 changed files with 764 additions and 623 deletions

View File

@ -1,8 +1,6 @@
<?php
$template = new Template();
$prefix = $template->get_prefix();
include_once($prefix.'assets/php/dao.php');
include_once('manager.php');
include_once('../dao.php');
include_once('manager.php');
class Manager_DAO extends DAO {