Update
This commit is contained in:
@ -221,6 +221,9 @@ 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") {
|
||||||
|
host = "www.necronda.net-new";
|
||||||
|
}
|
||||||
if (fileExists(root)) {
|
if (fileExists(root)) {
|
||||||
return root;
|
return root;
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user