Remove webroot from error documents

This commit is contained in:
2021-09-29 17:25:28 +02:00
parent 69dfc562af
commit 495a3a6aaf
4 changed files with 19 additions and 5 deletions

View File

@ -40,4 +40,6 @@ int url_decode(const char *str, char *dec, long *size);
int mime_is_compressible(const char *type);
int strcpy_rem_webroot(char *dst, const char *str, long len, const char *webroot);
#endif //NECRONDA_SERVER_UTILS_H