Fix data loss info on download page
[grml.org.git] / download / prerelease / index.php
index fc342ea..1619c52 100644 (file)
@@ -1,3 +1,8 @@
+<?php
+// while there is no prerelease, redirect to stable page
+header("Location: /download/");
+exit;
+?>
 <!DOCTYPE html>
 <html>
 <head>
 
     <h1>Download Grml 2011.12-rc1</h1>
 
-    <!--
-    <p><strong>NOTE:</strong> There is no current pre-release.</p>
-    -->
-
     <p><strong>NOTE: This is a PRE-RELEASE, not a stable release yet.<br />
     You have been warned.</strong><br />
+
     <a href="../">Looking for the stable release version instead?</a></p>
 
     <p>Download the Grml flavour you need, then write it to a CD-R or an empty USB stick.</p>
 
     <div class="download_group" id="download_group1">
-    <form method="post" action="/cgi-bin/download.cgi">
+    <form method="get" action="/download/bounce/">
     <input type="hidden" name="version" value="2011.12-rc1"/>
     <div class="download_panel" id="download_panel1"><div>
 
     <div class="download_panel" id="download_panel4"><div>
     <b>Boot from USB stick</b><br />
     <br />
-    Just <tt>dd(1)</tt> the downloaded ISO to an <abbr title="Any existing data will be overriden by the dd command!">empty</abbr> USB stick!<br /><br />
+    Just <tt>dd(1)</tt> the downloaded ISO to an <abbr title="Any existing data will be overwritten by the dd command!">empty</abbr> USB stick!<br /><br />
     <code>dd if=grml_2011.12-rc1.iso of=/dev/USB_STICK</code>
     <br /><br />