[ Index ]
 

Code source de e107 0.7.8

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/ -> forum_viewtopic.php (source)

   1  <?php
   2  require_once ("class2.php");
   3  $tmp = explode(".", e_QUERY);
   4  $thread_id = intval($tmp[1]);
   5  if($thread_id)
   6  {
   7      header("Location:".SITEURL.$PLUGINS_DIRECTORY."forum/forum_viewtopic.php?{$thread_id}");
   8      exit;
   9  }
  10  header("Location:".SITEURL."index.php");
  11  exit;
  12  ?>


Généré le : Sun Apr 1 01:23:32 2007 par Balluche grâce à PHPXref 0.7