Redirects

This commit is contained in:
2018-07-28 19:40:01 +02:00
parent 4d209132a3
commit 5c269f2e92

View File

@ -201,6 +201,8 @@ bool connection_handler(const char *preprefix, const char *col1, const char *col
} else { } else {
redir = false; redir = false;
} }
} else {
redir = false;
} }
URI path = URI(getWebRoot(host), req.getPath()); URI path = URI(getWebRoot(host), req.getPath());