mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Removed version info on 404 error
This commit is contained in:
parent
c3c960fafc
commit
8080d3dd19
@ -8491,7 +8491,6 @@ void send_file_direct(char *file_name) {
|
|||||||
else
|
else
|
||||||
rsprintf("%s%c%s", dir, DIR_SEPARATOR, encodedname);
|
rsprintf("%s%c%s", dir, DIR_SEPARATOR, encodedname);
|
||||||
rsprintf("</b> was not found on this server<p>\r\n");
|
rsprintf("</b> was not found on this server<p>\r\n");
|
||||||
rsprintf("<hr><address>ELOG version %s</address></body></html>\r\n\r\n", VERSION);
|
|
||||||
return_length = strlen_retbuf;
|
return_length = strlen_retbuf;
|
||||||
keep_alive = FALSE;
|
keep_alive = FALSE;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user