mergec ommit
This commit is contained in:
commit
93c2760d4a
17 changed files with 464 additions and 81 deletions
|
@ -50,6 +50,12 @@ namespace WebsitePanel.EnterpriseServer
|
|||
[ToolboxItem(false)]
|
||||
public class esFiles : System.Web.Services.WebService
|
||||
{
|
||||
[WebMethod]
|
||||
public SystemSettings GetFileManagerSettings()
|
||||
{
|
||||
return FilesController.GetFileManagerSettings();
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public static string GetHomeFolder(int packageId)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue