Update film_dao.php

This commit is contained in:
OscarRui 2021-05-06 18:55:59 +02:00 committed by GitHub
parent 0d7f34d1fa
commit 582cb35477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
include_once('film.php');
$template = new Template();
// $prefix = $template->get_prefix();
$prefix = $template->get_prefix();
include_once($prefix.'assets/php/dao.php');