summaryrefslogtreecommitdiff
path: root/website/latest/audacity-macosx.php
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2005-10-27 15:08:39 +0000
committerHenri Herscher <henri@oreka.org>2005-10-27 15:08:39 +0000
commite76fa0b3e203a5eeebc15eed92be79933bd94457 (patch)
tree6b007edae582fb67b69393c35544ed8bd96274ec /website/latest/audacity-macosx.php
parent0fd6bacf4e3cf06208d3d0327672d9446094e0a6 (diff)
First checkin
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@18 09dcff7a-b715-0410-9601-b79a96267cd0
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'));
+
+?>