View Single Post
  #2  
Old 11-07-2004, 11:46 PM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,974

Right after <?(or <?php) in modules.php put in this:

PHP Code:
$temp=$_GET['name'];

If(
$temp=="Forums") {
header("Location: [url]http://www.nova-outpost.com/phpBB/[/url]");
exit;
}
unset(
$temp); 
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote