From afbaaeceb76cf3c3b847ac3fbfd83a8577f8ed3a Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 15 Jan 2009 18:46:26 +0100 Subject: [PATCH] Added virtual directory "download". --- source/dlhandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.3