summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-10-05 21:28:32 +0200
committerdefault <nobody@localhost>2022-10-05 21:28:32 +0200
commita2b470649994d926b57e46ca59deb311526fb958 (patch)
tree604014498da3b49dc61dffa997426b6ca7136d68
parentde85bf0debd7909192c841e2d49acaa8ecfc8e41 (diff)
Fixed bug in Boost (by URL).
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 7ffc8bb..586d7d7 100644
--- a/html.c
+++ b/html.c
@@ -315,7 +315,7 @@ d_char *html_top_controls(snac *snac, d_char *s)
"<input type=\"submit\" name=\"action\" value=\"%s\"> %s\n"
"</form></p>\n"
- "<form method=\"post\" action=\"%s\">\n"
+ "<form method=\"post\" action=\"%s/admin/action\">\n"
"<input type=\"text\" name=\"id\" required=\"required\">\n"
"<input type=\"submit\" name=\"action\" value=\"%s\"> %s\n"
"</form></p>\n"