Bug 544132 - "5 Steps to Install Eclipse" link is not working

Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
diff --git a/eclipse-packages/index.php b/eclipse-packages/index.php
index f62fea2..6400585 100644
--- a/eclipse-packages/index.php
+++ b/eclipse-packages/index.php
@@ -15,6 +15,8 @@
 
 if (isset($_GET['show_instructions'])) {
   header('Location: /downloads/packages/installer', FALSE, 302);
+  exit();
 }
 
 header('Location: /downloads/packages', FALSE, 302);
+exit();