From 064601685974a2b3867826dc6f6196cad316fbc1 Mon Sep 17 00:00:00 2001 From: William Date: Thu, 20 Jan 2022 09:34:52 +0100 Subject: [PATCH] $config['root_url'] now needs trailing slash! --- app/config.example.php | 2 +- app/view/template/header.php | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/config.example.php b/app/config.example.php index bc57409..898a5d6 100644 --- a/app/config.example.php +++ b/app/config.example.php @@ -1,6 +1,6 @@ '/public', + 'root_url' => '/public/', 'database' => [ 'name' => 'mysql', 'args' => [ diff --git a/app/view/template/header.php b/app/view/template/header.php index 1bc287b..202a4f7 100644 --- a/app/view/template/header.php +++ b/app/view/template/header.php @@ -6,7 +6,7 @@ <?=htmlspecialchars($title);?> – Stafett for livet - +