mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +02:00
- add additional auth check to the permission roles modules
- added new function to return globally used expressions (get_preg_expression($mode)). This should be very helpful in getting wide spread similar checks (regular expressions) to one place reducing the risk of forgetting to change every location if you fix one. ;) We will add additional ones later, at the moment only the email check is retrieved... - added "active module" var to the module class returning the current active module - changed call to image magick - add administrator to global moderators group by default - extend auth_option column a little bit - other bugfixes git-svn-id: file:///svn/phpbb/trunk@6135 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -56,7 +56,7 @@ CREATE INDEX phpbb_acl_groups_group_id ON phpbb_acl_groups(group_id);;
|
||||
# phpbb_acl_options
|
||||
CREATE TABLE phpbb_acl_options (
|
||||
auth_option_id INTEGER NOT NULL,
|
||||
auth_option VARCHAR(20) NOT NULL,
|
||||
auth_option VARCHAR(50) NOT NULL,
|
||||
is_global INTEGER DEFAULT 0 NOT NULL,
|
||||
is_local INTEGER DEFAULT 0 NOT NULL,
|
||||
founder_only INTEGER DEFAULT 0 NOT NULL
|
||||
|
Reference in New Issue
Block a user