From da0d49a8472a3472ed24c99ed08435bf43a2ca3f Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 2 Jan 2022 13:57:40 +0100 Subject: Add config and make configurable --- public/index.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'public/index.php') diff --git a/public/index.php b/public/index.php index 1cd408e..b7895e7 100644 --- a/public/index.php +++ b/public/index.php @@ -1,8 +1,37 @@ $value) { + $_ENV[$key] = $value; +} + new App(); -- cgit v1.2.3