Cleaning up some includes.

git-svn-id: https://develop.svn.wordpress.org/trunk@1190 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-04-27 23:17:16 +00:00
parent 332fc0d3cd
commit e03f75a0b8
7 changed files with 16 additions and 30 deletions
+1 -3
View File
@@ -1,7 +1,5 @@
<?php
$curpath = dirname(__FILE__).'/';
require_once ($curpath.'wp-config.php');
require_once ($curpath.WPINC.'/template-functions.php');
require_once ('./wp-config.php');
if (!empty($_SERVER["QUERY_STRING"])) {
$location = get_bloginfo('rss2_url').'?'.$_SERVER["QUERY_STRING"];
}