Vergleich rss.php - 1.2.0 - 1.2.8

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 3Zeile 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 3030 2007-04-26 00:19:47Z 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']);

?>