added: locales to fun_ipban.html

changed: cosmetic changes in IPBanContainer




git-svn-id: svn://ttmath.org/publicrep/winix/trunk@904 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2012-10-27 10:14:07 +00:00
parent 9ef3736989
commit 8033ac66c4
9 changed files with 74 additions and 32 deletions

View File

@@ -85,3 +85,10 @@ void Session::Clear(bool clear_plugin_data)
}
// clearing some variables when a request is ended (just for safety)
void Session::ClearOnEndRequest()
{
// ip_ban list can be sorted by SessionManager (in the special thread)
ip_ban = 0;
}