Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.com * License: http://www.mybboard.com/eula.html *
|
* Website: http://www.mybboard.com * License: http://www.mybboard.com/eula.html *
|
* $Id: rss.php 1398 2006-04-27 07:42:09Z chris $
| * $Id: rss.php 2475 2006-12-01 04:58:21Z 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']);
?>
|