Code: Alles auswählen
Open: common.php
Find
Tip: This may be a partial find and not the whole line.
require($phpbb_root_path . 'includes/utf/utf_tools.' . $phpEx);
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
// include the cash class
require($phpbb_root_path . 'includes/mods/cash/cash_class.' . $phpEx);