2003-05-06 22:16:07 +00:00
|
|
|
<?php
|
2003-11-10 23:32:02 +00:00
|
|
|
$curpath = dirname(__FILE__).'/';
|
|
|
|
require_once ($curpath.'wp-config.php');
|
|
|
|
require_once ($curpath.$b2inc.'/b2template.functions.php');
|
|
|
|
header('HTTP/1.0 301 Moved Permanently');
|
|
|
|
header('Location: ' . get_bloginfo('rss_url') . "\n");
|
|
|
|
exit;
|
|
|
|
?>
|