add getdir control

Origin commit data
------------------
Branch: ni/coolstream
Commit: f803d0a0c6
Author: Ezak <marc.szymkowiak91@googlemail.com>
Date: 2016-02-18 (Thu, 18 Feb 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Ezak
2016-02-18 22:24:11 +01:00
committed by vanhofen
parent e6e37bc7b1
commit 7bfddcf5dc
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: