This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/src/Models/Privilege.php

8 lines
93 B
PHP
Raw Normal View History

2013-10-06 13:21:16 +02:00
<?php
class Privilege
{
const UploadPost = 1;
const ListPosts = 2;
const ListUsers = 3;
2013-10-06 13:21:16 +02:00
}