added: plugin message: WINIX_CHECK_PLUGIN_ACCESS

this message is sent before calling MakePost() or MakeGet()
       if you return false (which is default) you can prevent the access
       to the resource
       



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@901 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2012-10-17 19:52:55 +00:00
parent 8aa6f08e08
commit 53b4175d00
3 changed files with 26 additions and 1 deletions

View File

@@ -123,6 +123,7 @@ private:
std::string sendfilea, sendfile2a;
std::string send_data_buf;
bool CheckAccessFromPlugins();
void ProcessRequestThrow();
void ProcessRequest();
void BaseUrlRedirect(int code, bool add_subdomain);