listo para presentacion
This commit is contained in:
+7
-3
@@ -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{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user