From 7adb7d5fd19952b1e6134fcbc4408ad0d1101e1f Mon Sep 17 00:00:00 2001 From: Andre Chalom Date: Tue, 29 Sep 2015 20:52:28 -0300 Subject: [PATCH] Removendo error reporting do branch release --- html/config.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/html/config.php b/html/config.php index 4f6ee57..2cf7fa2 100644 --- a/html/config.php +++ b/html/config.php @@ -6,7 +6,5 @@ $DBNAME = "notaR"; error_reporting(0); -ini_set('display_errors', 'On'); -error_reporting(E_ERROR); $mysqli = new mysqli("localhost", $DBUSER, $DBPASS, $DBNAME); ?>