johnhamelink
1/21/2013 - 1:50 PM

routes.php


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