<?php
$maintenance = '0';
$mtitle = 'Mantenimiento';
$mmessage = 'Pagina en mantenimiento, aguarde un momento';
$limit_posts = '20'; //Cantidad de posts mostrados por pagina
$mbname = 'Mi Comunidad';
$language = 'spanish';
$boardurl = 'http://127.0.0.1/foro/identi/';
$url = 'http://127.0.0.1/foro/identi/';
$chatid = '43220954';
$widget = 'Spirate.Net';
$slogan = 'Social Community Script';
$no_avatar = 'http://127.0.0.1/foro/identi/Themes/default/images/avatar.gif';
$webmaster_email = 'Agrega aqui tu correp';
$cookiename = 'SPCookies168';
$db_server = '127.0.0.1/';
$db_name = 'identi2';
$db_user = 'root';
$db_passwd = '';
$db_prefix = 'smf_';
$db_persist = '0';
$db_error_send = 1;
$boarddir = 'C:\EasyPHP-12.1\www\foro\identi';
$sourcedir = 'C:\EasyPHP-12.1\www\foro\identi/Sources';
$db_last_error = 1367465924;
if (!file_exists($sourcedir) && file_exists($boarddir . '/Sources'))
$sourcedir = $boarddir . '/Sources';
$db_character_set = 'utf8';
?>