forked from qwerty/tupali
Update 'milfs/includes/datos.php'
p:localhost Agrega persistencia en las conexiones a la base de datos.
This commit is contained in:
parent
974001ed45
commit
0dd73837af
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
$usuario="root";
|
$usuario="root";
|
||||||
$password="toor";//
|
$password="toor";//
|
||||||
$servidor="localhost";
|
$servidor="p:localhost";
|
||||||
$db="tupale";
|
$db="tupale";
|
||||||
$path_instalacion ="/var/www/html/default/tupale/milfs";
|
$path_instalacion ="/var/www/html/default/tupale/milfs";
|
||||||
$path_images_secure ="/home/images_secure";
|
$path_images_secure ="/home/images_secure";
|
||||||
|
Loading…
Reference in New Issue
Block a user