* Licensed under the GNU GPL. For full terms see the file COPYING. * * @package plugins * @subpackage useracl */ /** * Constants that might be of use somewhere */ $acl[''] = "none"; $acl['lrs'] = "read"; $acl['lrswip'] = "append"; $acl['lrswipd'] = "delete"; ?>