Installing mChat
Posted: August 24th, 2010, 2:35 pm
Open mchat.php, change
to
change
to
Code: Select all
$phpbb_root_path = '/phpBB3/';
Code: Select all
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : '/phpBB3/';
Code: Select all
include($phpbb_root_path.'common.'.$phpEx);
Code: Select all
include($phpbb_root_path . 'common.' . $phpEx);