Código HTML:
Fatal error: Cannot redeclare redirect() (previously declared in /home3/senderos/public_html/appwebyseo.com/dcp/system/helpers/url_helper.php:531) in /home3/senderos/public_html/appwebyseo.com/dcp/phpbb3/includes/functions.php on line 2625
Código PHP:
global $phpbb_root_path, $phpEx, $user, $db, $config, $cache, $template;
define('IN_PHPBB', true);
$phpbb_root_path = 'phpbb3/'; // Your path here
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
include($phpbb_root_path . 'config.' . $phpEx); //se incluye para la info de tu base de datos como conexion, etc
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
include($phpbb_root_path . 'includes/bbcode.' . $phpEx);
include($phpbb_root_path . 'includes/functions_user.' . $phpEx);
include($phpbb_root_path . 'includes/ucp/ucp_register.' . $phpEx);