forked from leftypol/leftypol
Simple permission handling
This commit is contained in:
parent
6d2813857e
commit
88c4ef787e
2 changed files with 3 additions and 0 deletions
|
@ -70,6 +70,7 @@
|
|||
define('ERROR_MISSEDAFIELD', 'Your browser didn\'t submit an input when it should have.', true);
|
||||
define('ERROR_REQUIRED', 'The %s field is required.', true);
|
||||
define('ERROR_INVALIDFIELD', 'The %s field was invalid.', true);
|
||||
define('ERROR_NOACCESS', 'You don\'t have permission to do that.', true);
|
||||
|
||||
// For resizing, max values
|
||||
define('THUMB_WIDTH', 200, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue