Change URL from nsis to easyinstall
This commit is contained in:
@ -90,13 +90,13 @@ def downloads_windows():
|
||||
return render_template('downloads/windows.html')
|
||||
|
||||
# AIO-Windows-specific page
|
||||
def downloads_nsis():
|
||||
def downloads_easyinstall():
|
||||
# TODO: read mirror list or list of available files
|
||||
if request.headers.get('X-I2P-Desthash') and not request.headers.get('X-Forwarded-Server'):
|
||||
def_mirror = DEFAULT_I2P_MIRROR
|
||||
else:
|
||||
def_mirror = DEFAULT_MIRROR
|
||||
return render_template('downloads/nsis.html', def_mirror=def_mirror)
|
||||
return render_template('downloads/easyinstall.html', def_mirror=def_mirror)
|
||||
|
||||
# Docker-specific page
|
||||
def downloads_docker():
|
||||
|
Reference in New Issue
Block a user