add getdir control

This commit is contained in:
Ezak
2016-02-18 22:24:11 +01:00
committed by svenhoefer
parent 201f8758c6
commit f803d0a0c6
2 changed files with 120 additions and 1 deletions

View File

@@ -128,6 +128,8 @@ private:
void ConfigCGI(CyhookHandler *hh);
void FileCGI(CyhookHandler *hh);
void SignalInfoCGI(CyhookHandler *hh);
void getDirCGI(CyhookHandler *hh);
std::string getSubdirectories(CyhookHandler *hh, std::string path, std::string result);
protected: