diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9f9c195..b3bea14 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,10 +5,7 @@ - - - - + - - + + @@ -62,7 +59,7 @@ - + @@ -139,9 +136,9 @@ @@ -270,12 +267,12 @@ - + - @@ -493,13 +490,6 @@ - - - - - - - @@ -524,5 +514,12 @@ + + + + + + + \ No newline at end of file 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;