From defa6922ecbdc5fa7fd83397e22abb62b52a051d Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 14 Nov 2017 22:28:23 +0100 Subject: [PATCH] set error reporting to false --- system/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/settings.php b/system/settings.php index 39777e2..40e18ff 100644 --- a/system/settings.php +++ b/system/settings.php @@ -15,7 +15,7 @@ return [ 'settingsPath' => __DIR__ . DS . '..' . DS . 'settings', 'authorPath' => __DIR__ . DS . 'author' . DS, 'contentFolder' => 'content', - 'displayErrorDetails' => true, + 'displayErrorDetails' => false, 'version' => '1.0.2' ];