1
0
forked from qwerty/milfs
milfskleper/milfs/includes/datos.php

11 lines
270 B
PHP
Raw Normal View History

2014-09-25 15:46:41 +00:00
<?php
$usuario="root";
$password="toor";//
$servidor="localhost";
$db="milfs";
$path_instalacion ="/var/www/html/milfs";
$path_images_secure ="/var/www/images_secure";
$url = "http://localhost/milfs";
$upload_size = 6 ; // Tamaño permitido para las imagenes en MB
2014-09-25 15:46:41 +00:00
?>