From 20befe4bd67d6794ed496f2b9c1318eab50ed012 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sat, 11 May 2019 10:37:29 +0200 Subject: [PATCH] revert errors on STDOUT --- tst/Bootstrap.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tst/Bootstrap.php b/tst/Bootstrap.php index bd24ea79..c0d1cb47 100644 --- a/tst/Bootstrap.php +++ b/tst/Bootstrap.php @@ -3,7 +3,6 @@ use PrivateBin\Persistence\ServerSalt; error_reporting(E_ALL | E_STRICT); -ini_set('display_errors', 1); // change this, if your php files and data is outside of your webservers document root if (!defined('PUBLIC_PATH')) {