From 6a84d3ec7ac6162116161ed55e7bb92b9ace0a1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl?= Date: Sat, 14 Sep 2024 22:50:32 +0200 Subject: [PATCH] :lock: Disable $debug by default --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index c79ea2b..642f76a 100644 --- a/config.php +++ b/config.php @@ -4,7 +4,7 @@ $description = "Welcome to my awesome blog!"; // Debug flag (true for development, false for production) -$debug = true; +$debug = false; if ($debug) { error_reporting(E_ALL);