View Single Post
  #7 (permalink)  
Old 12-14-2004, 10:28 PM
Rica Rica is offline
Junior Member
 
Join Date: Dec 2004
Location: France
Posts: 10
Send a message via MSN to Rica
Code:
#
#OPEN
#

includes/functions_post.php

#
#FIND
#

$meta = '<meta http-equiv="refresh" content="3;url=' . append_sid("viewtopic.$phpEx?" . POST_POST_URL . "=" . $post_id) . '#' . $post_id . '">';

#
# ADD, AFTER
#

header("Location: ".append_sid("viewforum.$phpEx?f=$forum_id" ));

#
#SAVE , UPLOAD
#
Reply With Quote