[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/ -> rss.php (source)

   1  <?php
   2  /**
   3   * MyBB 1.8
   4   * Copyright 2014 MyBB Group, All Rights Reserved
   5   *
   6   * Website: http://www.mybb.com
   7   * License: http://www.mybb.com/about/license
   8   *
   9   */
  10  
  11  /* Redirect traffic using old URI to new URI. */
  12  $string = '';
  13  if(isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING'] != '')
  14  {
  15      $string .= '?'.str_replace(array("\n", "\r"), "", $_SERVER['QUERY_STRING']);
  16  }
  17  
  18  header('Location: syndication.php'.$string);
  19  


2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup Cross-referenced by PHPXref