From: Michael Tremer Date: Thu, 15 Jan 2009 17:46:26 +0000 (+0100) Subject: Added virtual directory "download". X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afbaaeceb76cf3c3b847ac3fbfd83a8577f8ed3a;p=ipfire.org.git Added virtual directory "download". --- diff --git a/source/dlhandler.py b/source/dlhandler.py index c7243264..83e60acc 100644 --- a/source/dlhandler.py +++ b/source/dlhandler.py @@ -164,7 +164,7 @@ def main(): if not file: give_302() - if not path: + if not path or path == "download": path = "source-3.x" # At first, we assume that the requested object is a plain file: