1
0
Fork 0

Update 'milfs/includes/datos.php'

p:localhost Agrega persistencia en las conexiones a la base de datos.
This commit is contained in:
kleper 2016-11-24 15:23:01 -05:00
parent 974001ed45
commit 0dd73837af
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
$usuario="root";
$password="toor";//
$servidor="localhost";
$servidor="p:localhost";
$db="tupale";
$path_instalacion ="/var/www/html/default/tupale/milfs";
$path_images_secure ="/home/images_secure";