diff options
author | mistic100 <mistic@piwigo.org> | 2013-10-24 13:38:12 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-10-24 13:38:12 +0000 |
commit | 757fe9a8215d7a9746b76668ea81d03d774d9f17 (patch) | |
tree | b61f436fc8c6f775b19d9dbd69cc87495f07f2c3 /include/config_default.inc.php | |
parent | 2d2a2e2813b3f709ad907aad77e0af24e276103a (diff) |
feature 2976: API methods for users and groups management
TODO : methods to manage albums permissions
git-svn-id: http://piwigo.org/svn/trunk@25117 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/config_default.inc.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index a23377673..8309cf4dd 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -668,6 +668,9 @@ $conf['ws_log_filepath'] = '/tmp/piwigo_ws.log'; // Maximum number of images to be returned foreach call to the web service $conf['ws_max_images_per_page'] = 500; +// Maximum number of users to be returned foreach call to the web service +$conf['ws_max_users_per_page'] = 1000; + // Display a link to subscribe to Piwigo Announcements Newsletter $conf['show_newsletter_subscription'] = true; |