Browse Source

* Add action to form in cgi

rspamd-0.5
cebka@lenovo-laptop 16 years ago
parent
commit
27d9a41aad
  1. 2
      cgi/rspamd.cgi

2
cgi/rspamd.cgi

@ -95,7 +95,7 @@ sub _show_html {
start_html(-title=>'Rspamd control', -script=>[{-type=>'JAVASCRIPT', -src=>'http://www.google.com/jsapi'},
{-type=>'JAVASCRIPT', -code=>'google.load("jquery", "1");'}]),
h1('Manage rspamd cluster'),
start_form(-method=>'POST', -enctype=>&CGI::MULTIPART),
start_form(-method=>'POST', -enctype=>&CGI::MULTIPART, -action=>$ENV{PATH_INFO}),
"<label for=\"id_servers\">Servers:</label>",
"<div id=\"servers_div\">",
scrolling_list(-name => 'servers',

Loading…
Cancel
Save