| [ Index ] |
PHP Cross Reference of e107 v1 |
[Summary view] [Print] [Text view]
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 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Mar 12 16:28:38 2012 | Cross Reference PHPXref |