]> source.dussan.org Git - rspamd.git/commitdiff
* More fixes
authorcebka@lenovo-laptop <cebka@lenovo-laptop>
Fri, 12 Mar 2010 18:05:01 +0000 (21:05 +0300)
committercebka@lenovo-laptop <cebka@lenovo-laptop>
Fri, 12 Mar 2010 18:05:01 +0000 (21:05 +0300)
cgi/rspamd.cgi

index 51f134d898a2f63847ae955ded5f2cd18b72ca5c..cf18998e5a22504df950db6c10cd6f10821db10b 100644 (file)
@@ -15,7 +15,7 @@ use IO::String;
 use Data::Dumper;
 
 my %cfg = (
-       'hosts'      => ['localhost:11333', 'spam22'],
+       'hosts'      => ['localhost:11333'],
 
 );
 
@@ -476,4 +476,4 @@ EOT
 $port = 8080 unless int($port);
 $host = 'localhost' unless $host;
 
-RspamdWebInterface->new({port=>$port, standalone=>$standalone, config=>$cfg, host=>$host})->run();
+RspamdWebInterface->new({port=>$port, standalone=>$standalone, config=>$cfg, addr=>$host})->run();