mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Added permission system
This commit is contained in:
11
resources/lang/en/errors.php
Normal file
11
resources/lang/en/errors.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/**
|
||||
* Error text strings.
|
||||
*/
|
||||
|
||||
// Pages
|
||||
'permission' => 'You do not have permission to access the requested page.',
|
||||
];
|
Reference in New Issue
Block a user