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