summaryrefslogtreecommitdiff
path: root/website/latest/audacity-win.php
diff options
context:
space:
mode:
Diffstat (limited to 'website/latest/audacity-win.php')
-rw-r--r--website/latest/audacity-win.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/website/latest/audacity-win.php b/website/latest/audacity-win.php
new file mode 100644
index 0000000..83216ae
--- /dev/null
+++ b/website/latest/audacity-win.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_exe_version.'.exe'));
+
+?>