fixed: the way we check whether we need make the redirect from SSL to non SSL (or vice versa)

beforehand we didn't take into accout default winix functions



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@894 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2012-09-24 20:31:01 +00:00
parent eaa97995d2
commit 7f48d1eb2e
3 changed files with 32 additions and 93 deletions

View File

@@ -127,9 +127,7 @@ private:
void ProcessRequest();
void BaseUrlRedirect(int code, bool add_subdomain);
bool BaseUrlRedirect();
bool ShouldUseSSL();
bool ShouldNotUseSSL();
bool CheckSSLcorrectness();
void CheckIfNeedSSLredirect();
void SetLocale();
void CheckPostRedirect();
void MakePage();