diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index b3bea14..59d8c1d 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -5,6 +5,7 @@
+
@@ -32,8 +33,8 @@
-
-
+
+
@@ -267,12 +268,12 @@
-
+
-
+
@@ -516,8 +517,8 @@
-
-
+
+
diff --git a/conexion.php b/conexion.php
index c8ba8d1..7916679 100644
--- a/conexion.php
+++ b/conexion.php
@@ -3,22 +3,22 @@
* conexion a viper
* */
-
+/*
$mysqli = new mysqli("132.248.80.194",
"usr_inv_material",
"tint4sBond",
"P_orion_inventario_material");
-
+*/
/*
* conexion local
* */
-/*
+
$mysqli = new mysqli("localhost",
"blender",
"avatares1",
"inventario");
-*/
+
if($mysqli->connect_errno):
echo "Error al conectarse con MYSQL por el error " .$mysqli->connect_error;
endif;