Update
This commit is contained in:
@ -224,7 +224,7 @@ string getWebRoot(string host) {
|
|||||||
if (fileExists(root)) {
|
if (fileExists(root)) {
|
||||||
return root;
|
return root;
|
||||||
} else {
|
} else {
|
||||||
return "www.necronda.net";
|
return (string) webroot + "www.necronda.net";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user