changed: we do not make a 'base redirect' when the request method is POST

changed: ConfParser -- now we have spaces (only one level)



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@767 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2011-09-16 22:46:42 +00:00
parent f113e2ef31
commit 60f0e62c23
11 changed files with 546 additions and 307 deletions

View File

@@ -50,7 +50,7 @@ bool GroupInfo::ParseGroups(const std::wstring & str, Groups & groups)
{
ConfParser::Table::iterator i;
for(i=conf_parser.table.begin() ; i!=conf_parser.table.end() ; ++i)
for(i=conf_parser.space.table.begin() ; i!=conf_parser.space.table.end() ; ++i)
{
groups.AddGroup();
log << log1 << "stworzylem nowa grupe" << logend;