소스 검색

Fixed bug in Boost (by URL).

default 3 년 전
부모
커밋
a2b4706499
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      html.c

+ 1 - 1
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"
         "<input type=\"submit\" name=\"action\" value=\"%s\"> %s\n"
         "</form></p>\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=\"text\" name=\"id\" required=\"required\">\n"
         "<input type=\"submit\" name=\"action\" value=\"%s\"> %s\n"
         "<input type=\"submit\" name=\"action\" value=\"%s\"> %s\n"
         "</form></p>\n"
         "</form></p>\n"