added in ticket/templates.cpp binary search for tickets and tickets parameters
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@707 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -22,6 +22,12 @@ Login::Login()
|
||||
|
||||
void Login::MakePost()
|
||||
{
|
||||
if( request->session->id == 0 )
|
||||
{
|
||||
log << log1 << "Login: can't login in a temporary session (skipped)" << logend;
|
||||
return;
|
||||
}
|
||||
|
||||
const std::wstring & login = request->PostVar(L"login");
|
||||
const std::wstring & pass = request->PostVar(L"password");
|
||||
const std::wstring & remem = request->PostVar(L"rememberme");
|
||||
|
||||
Reference in New Issue
Block a user