revert errors on STDOUT

This commit is contained in:
El RIDO 2019-05-11 10:37:29 +02:00
parent a622c8f484
commit 20befe4bd6
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92

View File

@ -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')) {