Redirects URI

This commit is contained in:
2018-07-28 19:31:49 +02:00
parent aac4e47411
commit 09c935b565
2 changed files with 2 additions and 2 deletions

View File

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