added: parameter 'l' to 'ls' function
added: Db::ItemQuery struct for querying items changed: some refactoring (renamed some config variables) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@589 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -27,8 +27,8 @@ void Content::FunDownload()
|
||||
|
||||
|
||||
if( !request.HasReadAccess(request.item) ||
|
||||
request.item.static_auth == Item::static_none ||
|
||||
data.static_simplefs_dir.empty() )
|
||||
request.item.auth == Item::auth_none ||
|
||||
data.auth_simplefs_dir.empty() )
|
||||
{
|
||||
request.status = Error::permission_denied;
|
||||
return;
|
||||
|
Reference in New Issue
Block a user