changed: in plugin 'menu'
menu_dir_tab ezc functions can be nested now (not finished yet) added: 'meta' winix function additional meta information for files and directories (not finished yet) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@775 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -233,6 +233,18 @@ void winix_true(Info & i)
|
||||
}
|
||||
|
||||
|
||||
void winix_has_postvar(Info & i)
|
||||
{
|
||||
i.res = cur->request->IsPostVar(i.par);
|
||||
}
|
||||
|
||||
|
||||
void winix_postvar(Info & i)
|
||||
{
|
||||
i.out << cur->request->PostVar(i.par);
|
||||
}
|
||||
|
||||
|
||||
|
||||
// these functions are to be used with [is...] statements
|
||||
void str(Info & i)
|
||||
|
Reference in New Issue
Block a user