Code: Selecteer alles
define('IN_PHPBB', true);
#
define('IN_CASHMOD', true);define('CM_MEMBERLIST', true);$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);Code: Selecteer alles
define('IN_PHPBB', true);
define('IN_CASHMOD', true);
define('CM_MEMBERLIST', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);