sean commented on a Page, phpBB3 class  -  Jun 13, 2010

you can add this to be able to include the config.php regardless of your file's path

$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
$phpEx = substr(strrchr(FILE, '.'), 1);
include($phpbb_root_path . 'config.' . $phpEx);

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.