From 0d5fb97757b9e6b08420f9870a903cc3abe7437b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 31 Mar 2010 10:18:47 +0200 Subject: [PATCH] Fixed redirect on no data --- download.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.cgi b/download.cgi index e2542bc..8423aa6 100755 --- a/download.cgi +++ b/download.cgi @@ -38,7 +38,7 @@ elif d: else: ext = 'ogg' else: - print 'Location:', os.path.basename(__file__) + print 'Location: .' print '' print 'Hop' sys.exit(0) -- 2.39.2