ebat obnova

This commit is contained in:
2025-08-10 20:45:45 +03:00
parent 055a3167e8
commit 0984e169eb
4 changed files with 94 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
name="debweb 1.1.3"
name="debweb 1.2.0"
proxied=False
addr="localhost"
@@ -15,6 +15,10 @@ start_msg="started at <ADDR>"
conn_msg="conn from <ADDR>"
get_msg="<ADDR> got <FILE>"
file_entry = "<a href='/<REL_PATH>'><NAME></a> <SIZE_KB> <CDATE><br>\n"
dir_entry = "<a href='/<REL_PATH>'><NAME></a> <CDATE><br>\n"
time_format = "%a %b %e %H:%M:%S %Z %Y"
err_files = {
404: "html/404.html",
403: "html/403.html",