summaryrefslogtreecommitdiffstats
path: root/web_wizard
diff options
context:
space:
mode:
Diffstat (limited to 'web_wizard')
-rwxr-xr-xweb_wizard/Apache.pm2
1 files changed, 0 insertions, 2 deletions
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,
},
};