Zeile 3 | Zeile 3 |
---|
* MyBB 1.2 * Copyright � 2006 MyBB Group, All Rights Reserved *
|
* MyBB 1.2 * Copyright � 2006 MyBB Group, All Rights Reserved *
|
* Website: http://www.mybboard.com * License: http://www.mybboard.com/eula.html
| * Website: http://www.mybboard.net * License: http://www.mybboard.net/eula.html
|
*
|
*
|
* $Id: rss.php 1398 2006-04-27 07:42:09Z chris $
| * $Id: rss.php 3595 2008-01-09 00:10:57Z Tikitiki $
|
*/
/* Redirect traffic using old URI to new URI. */
|
*/
/* Redirect traffic using old URI to new URI. */
|
| $_SERVER['QUERY_STRING'] = str_replace(array("\n", "\r"), "", $_SERVER['QUERY_STRING']);
|
header("Location: syndication.php?".$_SERVER['QUERY_STRING']);
?>
| header("Location: syndication.php?".$_SERVER['QUERY_STRING']);
?>
|