This commit is contained in:
2018-05-31 21:11:05 +02:00
parent 232a4ca225
commit 4b5024a932

View File

@ -224,7 +224,7 @@ string getWebRoot(string host) {
if (fileExists(root)) { if (fileExists(root)) {
return root; return root;
} else { } else {
return (string) webroot + "www.necronda.net"; return (string) webroot + "www.necronda.net-new";
} }
} }