This commit is contained in:
Daniel Muñoz Garcia 2021-05-13 11:51:09 +02:00 committed by GitHub
parent 05e487e648
commit 60d6bdbd36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

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