1
0
Fork 0
milfskleper/includes/datos.php

21 lines
643 B
PHP
Raw Normal View History

<?php
$usuario="root";
$password="toor";//
$servidor="localhost";
$db="galenux_troconis";
$usuarios_sesion="GaleNUx_htroconis";
2018-07-02 23:08:36 +00:00
$path_instalacion ="/var/www/html/milfs/";
$path_images_secure ="/home/images_secure";
2018-07-02 23:08:36 +00:00
$url = "http://localhost/milfs/";
2018-07-02 23:04:53 +00:00
$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="d9_users";
$site='';
?>