| [ Index ] |
PHP Cross Reference of E107 v0.7.22 code documentation |
[Summary view] [Print] [Text view]
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 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Tue Aug 3 00:19:13 2010 |