From a314b1fd3145dfc35bee2586fdfa19929f2a3353 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 23 Mar 2009 10:22:06 +0000 Subject: - fix 14 other #37452-like crashes in Apache, DHCP, DNS client, NTP, proftpd, PXE, squid & SSH wizards --- proxy_wizard/Squid.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'proxy_wizard/Squid.pm') diff --git a/proxy_wizard/Squid.pm b/proxy_wizard/Squid.pm index 1188ddcc..9f15461e 100755 --- a/proxy_wizard/Squid.pm +++ b/proxy_wizard/Squid.pm @@ -184,14 +184,12 @@ $o->{pages} = { end => { name => N("Congratulations") . N("The wizard has successfully configured your proxy server."), end => 1, - next => 0 }, error_end => { name => N("Failed"), data => [ { label => N("Relaunch drakwizard, and try to change some parameters.") } ], no_back => 1, end => 1, - next => 0, }, }; -- cgit v1.2.1