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 --- web_wizard/Apache.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'web_wizard') diff --git a/web_wizard/Apache.pm b/web_wizard/Apache.pm index 6e1972ac..088ca66e 100755 --- a/web_wizard/Apache.pm +++ b/web_wizard/Apache.pm @@ -148,14 +148,12 @@ $o->{pages} = { end => { name => N("Congratulations") . "\n\n" . N("The wizard successfully configured your intranet/Internet Web 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