summaryrefslogtreecommitdiffstats
path: root/web_wizard
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2006-06-21 09:17:32 +0000
committerAntoine Ginies <aginies@mandriva.com>2006-06-21 09:17:32 +0000
commit037ad6f483e9eaae5c9bbf89c373c21991ed8258 (patch)
treebffb66baf862dc6106817f293626d30abd3d14f8 /web_wizard
parent4a6671b8ab500aa7742cb468ea2ab29d6451e3fa (diff)
downloaddrakwizard-037ad6f483e9eaae5c9bbf89c373c21991ed8258.tar
drakwizard-037ad6f483e9eaae5c9bbf89c373c21991ed8258.tar.gz
drakwizard-037ad6f483e9eaae5c9bbf89c373c21991ed8258.tar.bz2
drakwizard-037ad6f483e9eaae5c9bbf89c373c21991ed8258.tar.xz
drakwizard-037ad6f483e9eaae5c9bbf89c373c21991ed8258.zip
fix defaultimage
Diffstat (limited to 'web_wizard')
-rwxr-xr-xweb_wizard/Apache.pm3
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 => {