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 --- pxe_wizard/Pxe.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'pxe_wizard') diff --git a/pxe_wizard/Pxe.pm b/pxe_wizard/Pxe.pm index 36d1f80b..f337abe7 100644 --- a/pxe_wizard/Pxe.pm +++ b/pxe_wizard/Pxe.pm @@ -325,14 +325,12 @@ $o->{pages} = { data => [ { label => N("The wizard successfully configured your PXE server.") } ], no_back => 1, end => 1, - next => 0 }, error_end => { name => N("Failed"), data => [ { label => N("Please relaunch drakwizard, and try to change some parameters.") } ], no_back => 1, end => 1, - next => 0, }, }; -- cgit v1.2.1