This commit is contained in:
2018-05-31 21:18:26 +02:00
parent 7f21a9dc75
commit 5dc407402c

View File

@ -221,6 +221,9 @@ string read_line(FILE* file) {
string getWebRoot(string host) {
string root = webroot + host;
if (host == "www.necronda.net") {
host = "www.necronda.net-new";
}
if (fileExists(root)) {
return root;
} else {