mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Add acl option for denying user/group post count incrementing in a given forum
git-svn-id: file:///svn/phpbb/trunk@3467 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
02e86186fb
commit
28a01da9a4
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ INSERT INTO phpbb_auth_options (auth_value, is_local) VALUES ('f_rate', 1);
|
||||||
INSERT INTO phpbb_auth_options (auth_value, is_local) VALUES ('f_print', 1);
|
INSERT INTO phpbb_auth_options (auth_value, is_local) VALUES ('f_print', 1);
|
||||||
INSERT INTO phpbb_auth_options (auth_value, is_local) VALUES ('f_ignoreflood', 1);
|
INSERT INTO phpbb_auth_options (auth_value, is_local) VALUES ('f_ignoreflood', 1);
|
||||||
INSERT INTO phpbb_auth_options (auth_value, is_local) VALUES ('f_ignorequeue', 1);
|
INSERT INTO phpbb_auth_options (auth_value, is_local) VALUES ('f_ignorequeue', 1);
|
||||||
|
INSERT INTO phpbb_auth_options (auth_value, is_local) VALUES ('f_postcount', 1);
|
||||||
|
|
||||||
INSERT INTO phpbb_auth_options (auth_value, is_local, is_global) VALUES ('m_', 1, 1);
|
INSERT INTO phpbb_auth_options (auth_value, is_local, is_global) VALUES ('m_', 1, 1);
|
||||||
INSERT INTO phpbb_auth_options (auth_value, is_local, is_global) VALUES ('m_edit', 1, 1);
|
INSERT INTO phpbb_auth_options (auth_value, is_local, is_global) VALUES ('m_edit', 1, 1);
|
||||||
|
|
Loading…
Add table
Reference in a new issue