listo para presentacion

This commit is contained in:
2019-04-03 18:14:36 -06:00
parent 003373ec73
commit 8fdc2361e2
3 changed files with 63 additions and 50 deletions
+7 -3
View File
@@ -1,7 +1,7 @@
<?php
/*
* local
* */
*
$host = 'localhost';
@@ -9,8 +9,12 @@
$pass = 'avatares1';
$dbname = 'portal_editorial';
$dsn = 'mysql:host=' . $host . ';dbname=' .$dbname;
*/
$host = '132.248.80.194';
$user = 'portal_editorial';
$pass = 'p0rt4l';
$dbname = 'P_orion_Portal_editorial';
$dsn = 'mysql:host=' . $host . ';dbname=' .$dbname;
try{