Redirects

This commit is contained in:
2018-07-28 19:41:55 +02:00
parent 5c269f2e92
commit 58d3c6ca08
2 changed files with 3 additions and 5 deletions

View File

@ -195,7 +195,7 @@ string getWebRoot(string host) {
if (fileExists(root)) {
return root;
} else {
return "/";
return "";
}
}