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