From 71dbc2459f908f6a4ba79e17c465a1811b0e3bf5 Mon Sep 17 00:00:00 2001 From: andrechalom Date: Thu, 24 Sep 2015 21:27:44 -0300 Subject: [PATCH] Update config.php --- html/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/config.php b/html/config.php index ee2956a..fe028b5 100644 --- a/html/config.php +++ b/html/config.php @@ -4,5 +4,5 @@ error_reporting(0); //ini_set('display_errors', 'On'); //error_reporting(E_ALL); -$mysqli = new mysqli("localhost", "notaR", "V3n4bl3s", "notaR"); +$mysqli = new mysqli("localhost", "notaR", "password", "notaR"); ?>