From dab53e23e3fc2b26514b6d1815a52568676e18f5 Mon Sep 17 00:00:00 2001 From: nolanwhy Date: Sun, 5 Feb 2023 12:35:51 +0100 Subject: [PATCH] Update config.php --- core/config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/config.php b/core/config.php index 6421497..00c7d8e 100644 --- a/core/config.php +++ b/core/config.php @@ -6,6 +6,8 @@ $version = 1.1; $devmode = true; // enable this when the site should be in debug mode (like showing errors and things to fix) +// disable this when its on the public site +// (pls) if($devmode) { error_reporting(E_ALL);