diff options
Diffstat (limited to 'proxy_wizard')
-rwxr-xr-x | proxy_wizard/Squid.pm | 2 |
1 files changed, 0 insertions, 2 deletions
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, }, }; |