From 08c36dd0b541423b34155f9ff7091e2673ef684c Mon Sep 17 00:00:00 2001 From: William Date: Mon, 30 Jan 2023 09:16:14 +0100 Subject: [PATCH] Faen --- public/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/public/index.php b/public/index.php index 5920c75..f8a2bbf 100644 --- a/public/index.php +++ b/public/index.php @@ -27,7 +27,6 @@ function config(string $key): bool|string|int|float { } if (gettype($override_value) !== gettype($config[$override_key])) { trigger_error('Type mismatch in config file', E_USER_ERROR); - throw new Exception('Type mismatch in config override file'); } $config[$override_key] = $override_value; }