nav trae elementos en base de datos falta mostrarlos bien2 FALTA CREAR db EN VIPER
This commit is contained in:
+1
-15
@@ -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;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user