Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2013-12-02 19:47:59 +0400
committerOliver Schneider <oliver@assarbad.net>2013-12-02 19:47:59 +0400
commit3b4043127cf03216b7c5aa2402e903f947460d99 (patch)
tree38f1b630a40730a309b4934ccbebda695add70eb /web
parent54d8a339d568b8051a731ebe38aba082ef732ed2 (diff)
Adjusted the base URL
Diffstat (limited to 'web')
-rw-r--r--web/templates/include/constants.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/include/constants.tt b/web/templates/include/constants.tt
index 3459217..599a97a 100644
--- a/web/templates/include/constants.tt
+++ b/web/templates/include/constants.tt
@@ -19,5 +19,5 @@
fname_src_zip = 'wds_current_source.zip'
fname_src_7z = 'wds_current_source.7z'
fname_SHA1SUM = 'SHA1SUMS'
- dlbase_M1 = 'http://download01.windirstat.info/wds_rsync'
+ dlbase_M1 = 'http://download01.windirstat.info'
%]