diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 6453f50..eb77f0d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,15 +2,7 @@ - - - - - - - - @@ -118,7 +119,6 @@ @@ -237,12 +238,12 @@ - + - @@ -427,13 +428,6 @@ - - - - - - - @@ -478,13 +472,20 @@ - - + + + + + + + + + \ 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;