diff options
author | rvelices <rv-github@modusoptimus.com> | 2014-05-29 05:19:46 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2014-05-29 05:19:46 +0000 |
commit | 20919c9875955a564b1a0c60cdcabdfe2de823a5 (patch) | |
tree | 6f90c689d28641c65a909ce327dc96becdfd9ca5 | |
parent | 9a842dd86af254aa5d2212d0e3e4a10961aef492 (diff) |
remove unused config variable
git-svn-id: http://piwigo.org/svn/trunk@28558 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | include/config_default.inc.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 88da22213..7b608ccd5 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -222,10 +222,6 @@ $conf['representative_cache_on_subcats'] = true; // category and element description. $conf['allow_html_descriptions'] = true; -// users_page: how many users to display in screen -// Administration>Identification>Users? -$conf['users_page'] = 20; - // image level permissions available in the admin interface $conf['available_permission_levels'] = array(0,1,2,4,8); |