Remove Calendar

Wednesday, January 12 2005 @ 03:05 PM EST

Contributed by: tomw

I found on some sites, no matter what I did the calendar was crawled by some search engines. I solved this problem by replacing the calendar.php in the standard geeklog install with this:


<?php

// modified calendar.php to disable calender completely

require_once('lib-common.php');

$url = $_CONF['site_url'];

header ('Location: ' . $url);

?>

3 comments



http://gplugs.pigstye.net/article.php/20050112150559853