Changeset 628 for trunk/b2rss.php
- Timestamp:
- 12/18/2003 09:36:13 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2rss.php
r601 r628 2 2 $curpath = dirname(__FILE__).'/'; 3 3 require_once ($curpath.'wp-config.php'); 4 require_once ($curpath. $b2inc.'/template-functions.php');4 require_once ($curpath.WPINC.'/template-functions.php'); 5 5 header('HTTP/1.0 301 Moved Permanently'); 6 6 header('Location: ' . get_bloginfo('rss_url') . "\n");
Note: See TracChangeset
for help on using the changeset viewer.