nav trae elementos en base de datos falta mostrarlos bien2 FALTA CREAR db EN VIPER

This commit is contained in:
2019-02-22 19:17:38 -06:00
parent 5926f97100
commit 195e5dfb0d
2 changed files with 13 additions and 21 deletions
+1 -15
View File
@@ -1,7 +1,7 @@
<?php
/*
* local
*
* */
$host = 'localhost';
@@ -9,20 +9,6 @@
$pass = 'avatares1';
$dbname = 'portal_editorial';
$dsn = 'mysql:host=' . $host . ';dbname=' .$dbname;
*/
/*
* conexion viper
*
*
*/
$host = '132.248.80.194';
$user = 'usr_inv_material';
$pass = 'tint4sBond';
$dbname = 'kalinga_inventario_material';
$dsn = 'mysql:host=' . $host . ';dbname=' .$dbname;