Fixed help files.
This commit is contained in:
commit
b8f912cc79
1543 changed files with 395123 additions and 0 deletions
15
PluginFramework/StandardAclManager.cs
Normal file
15
PluginFramework/StandardAclManager.cs
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using ScrewTurn.Wiki.AclEngine;
|
||||
|
||||
namespace ScrewTurn.Wiki.PluginFramework {
|
||||
|
||||
/// <summary>
|
||||
/// Implements a standard ACL Manager.
|
||||
/// </summary>
|
||||
public class StandardAclManager : AclManagerBase {
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue