From 995bcdd92b677cdd4bf42496e2c631f204cf7098 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Mon, 21 Jul 2014 12:14:50 +0200 Subject: [PATCH] Update DB.class.php --- server/DB.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/DB.class.php b/server/DB.class.php index 9ae2b1d..73c0bc0 100644 --- a/server/DB.class.php +++ b/server/DB.class.php @@ -8,9 +8,9 @@ class DB { //Variables public static $DB_HOST = 'localhost'; public static $DB_USER = 'root'; - public static $DB_PASS = '9578'; + public static $DB_PASS = ''; public static $DB_TYPE = 'mysql'; - public static $DB_NOM = 'logrosDeLaVida'; + public static $DB_NOM = 'nombre base de datos'; private $sQuery; private $aRows = array(); private $conn; @@ -79,4 +79,4 @@ class DB { } } -?> \ No newline at end of file +?>