From 7b11c5ea5338c852468e911900fd5820bace9328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20M=C3=A9ndez?= <45081533+FerMdez@users.noreply.github.com> Date: Thu, 15 Apr 2021 14:59:05 +0200 Subject: [PATCH] Update config.php --- assets/php/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/php/config.php b/assets/php/config.php index 4ac6d24..d6ff34d 100644 --- a/assets/php/config.php +++ b/assets/php/config.php @@ -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(); ?>