summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center6
1 files changed, 3 insertions, 3 deletions
diff --git a/control-center b/control-center
index 594cbce6..26a3d57f 100755
--- a/control-center
+++ b/control-center
@@ -259,9 +259,9 @@ my @tree =
[ "Samba wizard", "samba", 'samba_server-mdk', N("Configure Samba") ],
[ "Time wizard", "ntp", 'ntp_server-mdk', N("Configure time") ],
[ "Web wizard", "apache2", 'web_server-mdk', N("Configure web") ]),
- if_(0, [ 'Nis+autofs', "nisautofs", 'wizard-mdk', N("Configure NIS and Autofs") ]),
- if_(0, [ "Install server", "installsrv", 'wizard-mdk', N("Configure installation server") ]),
- if_(0, [ "Pxe", "pxe", 'wizard-mdk', N("Configure PXE") ]),
+ [ 'Nis+autofs', "nisautofs", 'nisautofs', N("Configure NIS and Autofs") ],
+ [ "Install server", "installsrv", 'wizard-mdk', N("Configure installation server") ],
+ [ "Pxe", "pxe", 'pxe-server', N("Configure PXE") ],
)
]