This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/libraries/Perms/Manage.php

17 lines
251 B
PHP
Raw Normal View History

2015-12-29 21:52:19 +00:00
<?php
/*
* Management permissions
*/
namespace Sakura\Perms;
/**
* Class Manage
* @package Sakura
*/
class Manage
{
const USE_MANAGE = 1; // Can use manage
2016-01-10 18:24:47 +00:00
const CAN_RESTRICT_USERS = 2; // Can change the status of users to restricted
2015-12-29 21:52:19 +00:00
}