This commit is contained in:
2018-05-31 21:18:58 +02:00
parent 5dc407402c
commit 439f346694

View File

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