bugs fix
This commit is contained in:
parent
f2c54df2b0
commit
41a540bd1e
13 changed files with 165 additions and 114 deletions
|
@ -30,6 +30,11 @@ namespace WebsitePanel.WebDav.Core.Config
|
|||
get { return _configSection.UserDomain.Value; }
|
||||
}
|
||||
|
||||
public string WebdavRoot
|
||||
{
|
||||
get { return _configSection.WebdavRoot.Value; }
|
||||
}
|
||||
|
||||
public string ApplicationName
|
||||
{
|
||||
get { return _configSection.ApplicationName.Value; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue