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

View File

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