Update config.php

This commit is contained in:
Fernando Méndez 2021-04-15 14:59:05 +02:00 committed by GitHub
parent ea1c39ac97
commit 7b11c5ea53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
session_start();
//HTML template:
require_once('./assets/php/template.php');
require_once('template.php');
$template = new Template();
$prefix = $template->get_prefix();
?>