fixed: winix_subdomain ezc function

didn't print the subdomain
added: to rm winix function:
       bool Rm::RemoveItemByPath(const std::wstring & path, bool check_access)
fixed: in Upload winix function
       when uploading an image we have to get
       a mount point where the image is placed (parent dir)
       (it was cur->mount beforehand)



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@844 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2012-06-03 02:14:33 +00:00
parent b605fb0a77
commit 86d6c96aeb
4 changed files with 66 additions and 24 deletions

View File

@@ -284,7 +284,7 @@ void winix_postvar_value_is_not(Info & i)
void winix_subdomain(Info & i)
{
cur->request->subdomain;
i.out << cur->request->subdomain;
}