mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 19:06:49 -04:00
Create cookie-based login and authentication system
This commit is contained in:
parent
45221365b5
commit
0bc3dc3830
46 changed files with 528 additions and 195 deletions
6
lib/Benefits.php
Normal file
6
lib/Benefits.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?
|
||||
class Benefits{
|
||||
public $CanAccessFeeds = false;
|
||||
public $CanVote = false;
|
||||
public $CanBulkDownload = false;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue