[ Index ] |
|
Code source de e107 0.7.8 |
1 <?php 2 require_once ("class2.php"); 3 $tmp = explode(".", e_QUERY); 4 $forum_id = intval($tmp[0]); 5 if($forum_id) 6 { 7 header("Location:".SITEURL.$PLUGINS_DIRECTORY."forum/forum_viewforum.php?{$forum_id}"); 8 exit; 9 } 10 header("Location:".SITEURL."index.php"); 11 exit; 12 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Apr 1 01:23:32 2007 | par Balluche grâce à PHPXref 0.7 |