mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Removing legacy files.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1342 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7e72257add
commit
70d50f40aa
12
b2rdf.php
12
b2rdf.php
@ -1,12 +0,0 @@
|
||||
<?php
|
||||
require_once ('./wp-config.php');
|
||||
if (!empty($_SERVER["QUERY_STRING"])) {
|
||||
$location = get_bloginfo('rdf_url').'?'.$_SERVER["QUERY_STRING"];
|
||||
}
|
||||
else {
|
||||
$location = get_bloginfo('rdf_url');
|
||||
}
|
||||
header('HTTP/1.0 301 Moved Permanently');
|
||||
header('Location: ' . $location . "\n");
|
||||
exit;
|
||||
?>
|
12
b2rss.php
12
b2rss.php
@ -1,12 +0,0 @@
|
||||
<?php
|
||||
require_once ('./wp-config.php');
|
||||
if (!empty($_SERVER["QUERY_STRING"])) {
|
||||
$location = get_bloginfo('rss_url').'?'.$_SERVER["QUERY_STRING"];
|
||||
}
|
||||
else {
|
||||
$location = get_bloginfo('rss_url');
|
||||
}
|
||||
header('HTTP/1.0 301 Moved Permanently');
|
||||
header('Location: ' . $location . "\n");
|
||||
exit;
|
||||
?>
|
12
b2rss2.php
12
b2rss2.php
@ -1,12 +0,0 @@
|
||||
<?php
|
||||
require_once ('./wp-config.php');
|
||||
if (!empty($_SERVER["QUERY_STRING"])) {
|
||||
$location = get_bloginfo('rss2_url').'?'.$_SERVER["QUERY_STRING"];
|
||||
}
|
||||
else {
|
||||
$location = get_bloginfo('rss2_url');
|
||||
}
|
||||
header('HTTP/1.0 301 Moved Permanently');
|
||||
header('Location: ' . $location . "\n");
|
||||
exit;
|
||||
?>
|
Loading…
Reference in New Issue
Block a user