remove unused config variable

git-svn-id: http://piwigo.org/svn/trunk@28558 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices 2014-05-29 05:19:46 +00:00
parent 9a842dd86a
commit 20919c9875

View file

@ -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);