SimpleMachines
From GreyWiki
This is useful, and will probably get broken by upgrades so let's document the fix now:
In the main (not theme) index.php search for:
loadUserSettings();
Add after:
if ($GLOBALS['user_info']['is_guest'] && isset($_GET['action']) && $_GET['action'] == 'quickmod2') redirectexit();
This is to deal with the flood of Guest-initiated errors in the SMF logs reading, "Unable to verify referring url. Please go back and try again."
