Make WordPress Core

Changeset 1190 for trunk/b2rss2.php


Ignore:
Timestamp:
04/27/2004 11:17:16 PM (21 years ago)
Author:
saxmatt
Message:

Cleaning up some includes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/b2rss2.php

    r748 r1190  
    11<?php
    2 $curpath = dirname(__FILE__).'/';
    3 require_once ($curpath.'wp-config.php');
    4 require_once ($curpath.WPINC.'/template-functions.php');
     2require_once ('./wp-config.php');
    53if (!empty($_SERVER["QUERY_STRING"])) {
    64    $location = get_bloginfo('rss2_url').'?'.$_SERVER["QUERY_STRING"];
Note: See TracChangeset for help on using the changeset viewer.