1
0
Fork 0
milfskleper/includes/datos.php

21 lines
624 B
PHP

<?php
$usuario="root";
$password="toor";//
$servidor="p:127.0.0.1";
$db="tupale";
$usuarios_sesion="tupale";
$path_instalacion ="/var/www/html/milfs/";
$path_images_secure ="/home/images_secure";
$url = "http://localhost/milfs/";
$site = "http://localhost/";
/// ESCAPAR LAS COMILLAS CON (\)
$codigo_analizador = " ";
/// Depende de la variable http://php.net/upload-max-filesize o en el .htaccess
$upload_size = "30"; // Tamaño permitido para las imagenes en MB
$mapbox_token = "pk.eyJ1IjoiZmNhc3Ryb3QiLCJhIjoiY2lnOWw1bmd1MG93eXVsbTJpcmluYTBxdCJ9.yG7C1rEH6-MpZBEEb68IVg";
$tabla_autenticacion="usuarios";
$site='';
?>