68 Classifieds Blog

Features

Administration Refferer Check

Posted on April 28, 2008 by Eric Barnes

Inside the administration of v4 we added a new check to prevent people from making post requests to your administration unless it comes from your domain name. This check was added as a security feature to prevent trying to bypass any forms. Although this was added for safety you can by pass it by adding this to the connections/classifieds.php file:

define('NO_REFERRER_CHECK', TRUE); 

Comments