1
0
Fork 0
milfskleper/milfs/includes/datos.php~

12 lines
350 B
PHP
Executable File

<?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";
/// Depende de la variable http://php.net/upload-max-filesize o en el .htaccess
$upload_size = 6 ; // Tamaño permitido para las imagenes en MB
?>