summaryrefslogtreecommitdiff
path: root/website/latest/audacity-win-zip.php
diff options
context:
space:
mode:
Diffstat (limited to 'website/latest/audacity-win-zip.php')
-rw-r--r--website/latest/audacity-win-zip.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/website/latest/audacity-win-zip.php b/website/latest/audacity-win-zip.php
new file mode 100644
index 0000000..964da38
--- /dev/null
+++ b/website/latest/audacity-win-zip.php
@@ -0,0 +1,9 @@
+<?
+
+# perform a redirect to the latest version, so links to it can remain static
+
+include 'mirror.inc.php';
+include 'versions.inc.php';
+header('Location: '.download_url('audacity-win-'.win_zip_version.'.zip'));
+
+?>