diff --git a/config.sample.php b/config.sample.php
index 0e760dcf71581a047e2bd6c9163253aa5957b22c..f852ef58cde0173f1de834bf470cb96e7e1240cb 100644
--- a/config.sample.php
+++ b/config.sample.php
@@ -1,8 +1,8 @@
 <?php
 
-ini_set('display_errors',true);
+ini_set('display_errors', false);
 error_reporting(E_ALL);
 
 set_include_path(dirname(__FILE__).'/src:'.dirname(__FILE__).'/lib/php:'.get_include_path());
 
-require_once 'UNL/Autoload.php';
\ No newline at end of file
+require_once 'UNL/Autoload.php';