From 9fb6ea82c350ae5ef53479e6b8ab3ef28a08e4bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Tue, 16 Jan 2024 20:54:09 +0100 Subject: [PATCH] actually use config --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 08eb6e3..c10efa9 100644 --- a/index.php +++ b/index.php @@ -3,6 +3,7 @@ require_once "secrets/config.php"; require_once "lib/navpages.php"; require_once "lib/routing.php"; +require_once "lib/config.php"; $routerConfig = array(); $routerRequest = array();