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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user