diff options
Diffstat (limited to 'web_wizard')
-rwxr-xr-x | web_wizard/Apache.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web_wizard/Apache.pm b/web_wizard/Apache.pm index 586c97f8..93504bc2 100755 --- a/web_wizard/Apache.pm +++ b/web_wizard/Apache.pm @@ -46,7 +46,7 @@ my $o = { shared_dir => '' }, needed_rpm => [ 'apache-mpm-prefork', 'apache-mod_userdir' ], - defaultimage => "/usr/share/wizards/web_wizard/images/apache.png", + defaultimage => "/usr/share/mcc/themes/default/web_server-mdk.png", init => sub { if (-f $file) { open my $FH, $file or die "$! ($file)"; @@ -66,7 +66,6 @@ my $o = { 1; } }; -$::Wizard_pix_up = "/usr/share/mcc/themes/default/web_server-mdk.png"; $o->{pages} = { welcome => { |