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' ];