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:
@@ -116,11 +116,11 @@ void Functions::ReadFunctions()
|
||||
f.item.url = "uptime";
|
||||
table.insert( std::make_pair(f.item.url, f) );
|
||||
|
||||
/*
|
||||
f.code = FUN_MV;
|
||||
f.item.url = "mv";
|
||||
table.insert( std::make_pair(f.item.url, f) );
|
||||
|
||||
/*
|
||||
f.code = FUN_UNAME;
|
||||
f.item.url = "uname";
|
||||
table.insert( std::make_pair(f.item.url, f) );
|
||||
|
||||
Reference in New Issue
Block a user