mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-30 10:14:31 +00:00
Renaming Reloaded.
git-svn-id: https://develop.svn.wordpress.org/trunk@628 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
$curpath = dirname(__FILE__).'/';
|
||||
require_once ($curpath.'wp-config.php');
|
||||
require_once ($curpath.$b2inc.'/template-functions.php');
|
||||
require_once ($curpath.WPINC.'/template-functions.php');
|
||||
header('HTTP/1.0 301 Moved Permanently');
|
||||
header('Location: ' . get_bloginfo('rss_url') . "\n");
|
||||
exit;
|
||||
|
||||
Reference in New Issue
Block a user