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

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Duplicati/Server/webroot/index.html')
-rw-r--r--Duplicati/Server/webroot/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/Duplicati/Server/webroot/index.html b/Duplicati/Server/webroot/index.html
index c96c0407a..037af2924 100644
--- a/Duplicati/Server/webroot/index.html
+++ b/Duplicati/Server/webroot/index.html
@@ -41,6 +41,8 @@
var theme = parseCookies()['default-theme'];
if ((theme || '').trim().length == 0)
theme = 'ngax';
+ if (theme == 'greeno') // Make sure users are redirected automatically
+ theme = 'ngax';
setCookieAndRun(theme); // Refresh