Changeset 1190 for trunk/b2rss2.php
- Timestamp:
- 04/27/2004 11:17:16 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2rss2.php
r748 r1190 1 1 <?php 2 $curpath = dirname(__FILE__).'/'; 3 require_once ($curpath.'wp-config.php'); 4 require_once ($curpath.WPINC.'/template-functions.php'); 2 require_once ('./wp-config.php'); 5 3 if (!empty($_SERVER["QUERY_STRING"])) { 6 4 $location = get_bloginfo('rss2_url').'?'.$_SERVER["QUERY_STRING"];
Note: See TracChangeset
for help on using the changeset viewer.