diff options
Diffstat (limited to 'pxe_wizard')
-rw-r--r-- | pxe_wizard/Pxe.pm | 2 |
1 files changed, 0 insertions, 2 deletions
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, }, }; |