add getdir control

Origin commit data
------------------
Commit: f803d0a0c6
Author: Marc Szymkowiak <marc.szymkowiak91@googlemail.com>
Date: 2016-02-18 (Thu, 18 Feb 2016)
This commit is contained in:
Marc Szymkowiak
2016-02-18 22:24:11 +01:00
committed by vanhofen
parent 3942291a9e
commit 2da8818e83
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: