From 3fc7bbb87742a77478b6ced4e3faac8f1394ee87 Mon Sep 17 00:00:00 2001 From: mischa Date: Sun, 21 Aug 2022 10:53:46 +0000 Subject: [PATCH] make debug output optional, default false --- config.inc.php.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.inc.php.sample b/config.inc.php.sample index 0a6ccad..81d07ee 100644 --- a/config.inc.php.sample +++ b/config.inc.php.sample @@ -14,7 +14,7 @@ if (preg_match("/config.inc.php/", $_SERVER['SCRIPT_NAME'])) { // Debug mode // Enables PHP error output -$CONF['debug'] = 'true'; +$CONF['debug'] = 'false'; // Language config // Language files are located in './languages'.