Show network modules on the web interface menu

Closes #121
This commit is contained in:
Kyle Fuller
2012-02-13 23:50:09 +00:00
parent f4a80f7218
commit e08d53dcd5
3 changed files with 35 additions and 3 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ public:
protected:
using CHTTPSock::PrintErrorPage;
bool AddModLoop(const CString& sLoopName, CModule& Module);
bool AddModLoop(const CString& sLoopName, CModule& Module, CTemplate *pTemplate = NULL);
VCString GetDirs(CModule* pModule, bool bIsTemplate);
void SetPaths(CModule* pModule, bool bIsTemplate = false);
void SetVars();