Breadcrumb solution using sessions in Rails
April 16th 2008 07:22 pm
This seems like it might be useful later on.
A Breadcrumb trail for Rails Application « Tech Notes, Snippets, Trends and Business
function check_referrer() { if (!isset($_SERVER['HTTP_REFERER']) || $_SERVER['HTTP_REFERER'] == “”) { wp_die( __('Please enable referrers in your browser, or, if you\'re a spammer, bugger off!') ); } } add_action('check_comment_flood', 'check_referrer');
April 16th 2008 07:22 pm
This seems like it might be useful later on.
A Breadcrumb trail for Rails Application « Tech Notes, Snippets, Trends and Business