1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

r21787: Add new module to the swat application.

rafal
(This used to be commit de0f7c42be10d87dd9e5f230bb8e708dfb4b740b)
This commit is contained in:
Rafal Szczesniak 2007-03-11 18:36:36 +00:00 committed by Gerald (Jerry) Carter
parent 95c3927e2b
commit 0816228a62

View File

@ -35,6 +35,10 @@ new swat.main.Module("Status and Statistics",
new swat.main.Module("LDB Browser",
swat.module.ldbbrowse.LdbBrowse);
//#require(swat.module.netmgr.NetManager)
new swat.main.Module("Net Manager",
swat.module.netmgr.NetManager);
//#require(swat.module.documentation.Documentation)
//#require(apiviewer.Viewer)
new swat.main.Module("API Documentation",