This commit is contained in:
2018-05-31 21:09:45 +02:00
parent 6b6feb345a
commit 232a4ca225

View File

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