summaryrefslogtreecommitdiffstats
path: root/nfs_wizard/NFS.pm
diff options
context:
space:
mode:
Diffstat (limited to 'nfs_wizard/NFS.pm')
-rwxr-xr-xnfs_wizard/NFS.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/nfs_wizard/NFS.pm b/nfs_wizard/NFS.pm
index 66fa2757..4b19dd9e 100755
--- a/nfs_wizard/NFS.pm
+++ b/nfs_wizard/NFS.pm
@@ -39,9 +39,9 @@ my $o = {
wiz_netmask => ''
},
needed_rpm => [ 'nfs-utils' ],
- defaultimage => "$ENV{__WIZ_HOME__}nfs_wizard/images/NFS.png"
+ defaultimage => "/usr/share/mcc/themes/default/nfs_server-mdk.png",
};
-$::Wizard_pix_up = "/usr/share/mcc/themes/default/nfs_server-mdk.png";
+
my %level = (
1 => N("All - No access restriction"),
2 => N("Local Network - access for local network (recommended)")