added: to the Item: auth_path - a path to a static file (if auth is different from auth_none)

added: function 'mv' (move)



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@596 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2010-03-15 01:47:26 +00:00
parent ebd868fa33
commit 6fbcffe63b
33 changed files with 1122 additions and 319 deletions

View File

@@ -64,8 +64,8 @@ Ezc::Pattern * p = 0;
{FUN_UPLOAD, pat_fun_upload},
{FUN_UPTIME, pat_fun_uptime},
{FUN_LOGIN, pat_fun_login},
/* {FUN_MV, pat_fun_mv},
{FUN_UNAME, pat_fun_uname},*/
{FUN_MV, pat_fun_mv},
/* {FUN_UNAME, pat_fun_uname},*/
{FUN_CKEDITOR, pat_fun_ckeditor},
{FUN_ADDUSER, pat_fun_adduser}
};
@@ -514,8 +514,8 @@ using namespace TemplatesFunctions;
ReadFile(pat_fun_createticket, "fun_createticket.html");
ReadFile(pat_fun_uptime, "fun_uptime.html");
ReadFile(pat_fun_login, "fun_login.html");
/*ReadFile(pat_fun_mv, "fun_mv.html");
ReadFile(pat_fun_uname, "fun_uname.html");*/
ReadFile(pat_fun_mv, "fun_mv.html");
/*ReadFile(pat_fun_uname, "fun_uname.html");*/
ReadFile(pat_fun_ckeditor, "fun_ckeditor.html");
ReadFile(pat_fun_adduser, "fun_adduser.html");
}