[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

/ -> rss.php (source)

   1  <?php
   2  /**
   3   * MyBB 1.6
   4   * Copyright 2010 MyBB Group, All Rights Reserved
   5   *
   6   * Website: http://mybb.com
   7   * License: http://mybb.com/about/license
   8   *
   9   * $Id: rss.php 5297 2010-12-28 22:01:14Z Tomm $
  10   */
  11  
  12  /* Redirect traffic using old URI to new URI. */
  13  $_SERVER['QUERY_STRING'] = str_replace(array("\n", "\r"), "", $_SERVER['QUERY_STRING']); 
  14  header("Location: syndication.php?".$_SERVER['QUERY_STRING']);
  15  
  16  ?>


Generated: Tue Oct 8 19:19:50 2013 Cross-referenced by PHPXref 0.7.1