Ver Mensaje Individual
  #21 (permalink)  
Antiguo 17/02/2002, 23:02
Avatar de santiagozky
santiagozky
Colaborador
 
Fecha de Ingreso: julio-2001
Ubicación: en un lugar de Puebla de
Mensajes: 2.498
Antigüedad: 22 años, 9 meses
Puntos: 1
Re: aydua phpbb!!!!!!!!!!!

<?php
/************************************************** *************************
config.php - description
-------------------
begin : Sat June 17 2000
copyright : (C) 2001 The phpBB Group
email : [email protected]

$Id: config.php,v 1.70 2001/11/06 01:55:09 psotfx Exp $

************************************************** *************************/

/************************************************** *************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
************************************************** *************************/
// This is the only setting you should need to change in this file.
// You should set this to the web path to your phpBB installation.
// For example, if you have phpBB installed in:
// http://www.mysite.com/phpBB
// Leave this setting EXACTLY how it is, you're done.
// If you have phpBB installed in:
// http://www.mysite.com/forums
// Change this to:
// $url_phpbb = "/forums";
// Once this is set you should not need to modify anything else in this file.
$url_phpbb = "/phpBB";

// -- Edit the following ONLY if you cannot login and $url_phpbb is set correclty --
// You shouldn't have to change any of these 5.
$url_admin = "$url_phpbb/admin";
$url_images = "$url_phpbb/images";
$url_smiles = "$url_images/smiles";
$url_phpbb_index = $url_phpbb . '/index.' . $phpEx;
$url_admin_index = $url_admin . '/index.' . $phpEx;