diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 9adfc6f..70bc579 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -5,12 +5,7 @@
-
-
-
-
-
@@ -64,20 +59,20 @@
-
+
-
-
+
+
-
-
+
+
-
-
+
+
@@ -141,11 +136,11 @@
-
+
@@ -178,19 +173,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -257,12 +239,12 @@
-
+
-
+
@@ -461,13 +443,6 @@
-
-
-
-
-
-
-
@@ -501,8 +476,15 @@
-
-
+
+
+
+
+
+
+
+
+
diff --git a/conexion.php b/conexion.php
index 7916679..c8ba8d1 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;