Update
This commit is contained in:
@ -221,7 +221,7 @@ string read_line(FILE* file) {
|
|||||||
|
|
||||||
string getWebRoot(string host) {
|
string getWebRoot(string host) {
|
||||||
string root = webroot + host;
|
string root = webroot + host;
|
||||||
if (host == "www.necronda.net") {
|
if (host == "www.necronda.net:4443") {
|
||||||
host = "www.necronda.net-new";
|
host = "www.necronda.net-new";
|
||||||
}
|
}
|
||||||
if (fileExists(root)) {
|
if (fileExists(root)) {
|
||||||
|
Reference in New Issue
Block a user