summaryrefslogtreecommitdiffstats
path: root/proxy_wizard
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-03-23 10:22:06 +0000
committerThierry Vignaud <tv@mandriva.org>2009-03-23 10:22:06 +0000
commita314b1fd3145dfc35bee2586fdfa19929f2a3353 (patch)
tree9fb6bcb9360312c9ce444dcb4b4cb9b7dc7cc4b2 /proxy_wizard
parent1ec9e6ae011c4f7b9cd071eff492b0fafb09f110 (diff)
downloaddrakwizard-a314b1fd3145dfc35bee2586fdfa19929f2a3353.tar
drakwizard-a314b1fd3145dfc35bee2586fdfa19929f2a3353.tar.gz
drakwizard-a314b1fd3145dfc35bee2586fdfa19929f2a3353.tar.bz2
drakwizard-a314b1fd3145dfc35bee2586fdfa19929f2a3353.tar.xz
drakwizard-a314b1fd3145dfc35bee2586fdfa19929f2a3353.zip
- fix 14 other #37452-like crashes in Apache, DHCP, DNS client, NTP,
proftpd, PXE, squid & SSH wizards
Diffstat (limited to 'proxy_wizard')
-rwxr-xr-xproxy_wizard/Squid.pm2
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,
},
};