- feature 599: option to forbid user registration
- 1 language cleanup - added page_forbidden function (sends 403) git-svn-id: http://piwigo.org/svn/trunk@1652 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
5046b3c210
commit
74e5d80e89
13 changed files with 58 additions and 12 deletions
|
|
@ -52,7 +52,8 @@ $general_checkboxes = array(
|
|||
'history_admin',
|
||||
'history_guest',
|
||||
'login_history',
|
||||
'email_admin_on_new_user'
|
||||
'email_admin_on_new_user',
|
||||
'allow_user_registration',
|
||||
);
|
||||
|
||||
$comments_checkboxes = array(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue