--- gotwo.module	Tue Jun 19 16:03:00 2007
+++ gotwo_new.module	Sun Jun 01 21:30:03 2008
@@ -129,16 +129,17 @@
     if (variable_get('gotwo_disclaimer_boolean',FALSE)) {
-    	//Display the Disclaimer
-	$disclaimer_text = variable_get('gotwo_disclaimer_text','');
-	$find_array = array('%url','%seconds');
-	$replace_array = array($res->dst,variable_get('gotwo_disclaimer_time',0));
-	$page_content = str_replace($find_array, $replace_array,$disclaimer_text);
-	
-	//Should we refresh? 
-	if (variable_get('gotwo_disclaimer_time',0) > 0 ) {
-		drupal_set_html_head('<meta http-equiv="refresh" content="'.variable_get('gotwo_disclaimer_time',0).';url='.$res->dst.'"/>');
-	}
-	return $page_content;
-    } else {
-    	drupal_goto($res->dst);
-    	exit();
+      //Display the Disclaimer
+      $disclaimer_text = variable_get('gotwo_disclaimer_text','');
+      $find_array = array('%url','%seconds');
+      $replace_array = array($res->dst,variable_get('gotwo_disclaimer_time',0));
+      $page_content = str_replace($find_array, $replace_array,$disclaimer_text);
+      
+      //Should we refresh? 
+      if (variable_get('gotwo_disclaimer_time',0) > 0 ) {
+        drupal_set_html_head('<meta http-equiv="refresh" content="'.variable_get('gotwo_disclaimer_time',0).';url='.$res->dst.'"/>');
+      }
+      
+      return $page_content;
+    }
+    else {
+      drupal_goto($res->dst);
     }
