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); ?>