// Honeypot for spambots if(Input::get('maincontent')) { \Log::warn("D'oh, an attempted spambot attack was caught!"); return Response::error('500'); }