Fix Webdav to set source on read-write permission
This commit is contained in:
parent
d98cf3a906
commit
817aeee941
1 changed files with 1 additions and 0 deletions
|
@ -895,6 +895,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
{
|
||||
rule.Write = true;
|
||||
rule.Read = true;
|
||||
rule.Source = true;
|
||||
}
|
||||
|
||||
rule.Pathes.Add("*");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue