Changeset 601 for trunk/b2rss.php
- Timestamp:
- 12/11/2003 12:22:36 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2rss.php
r535 r601 2 2 $curpath = dirname(__FILE__).'/'; 3 3 require_once ($curpath.'wp-config.php'); 4 require_once ($curpath.$b2inc.'/ b2template.functions.php');4 require_once ($curpath.$b2inc.'/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.