* new: history details by month,day

git-svn-id: http://piwigo.org/svn/trunk@894 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
volcom
2005-10-17 07:21:30 +00:00
parent c31f150276
commit 889b1240cd
7 changed files with 202 additions and 2 deletions
+11
View File
@@ -359,4 +359,15 @@ $conf['upload_maxheight_thumbnail'] = 100;
// upload_maxwidth_thumbnail: maximum width authorized for the uploaded
// thumbnails
$conf['upload_maxwidth_thumbnail'] = 150;
// +-----------------------------------------------------------------------+
// | history |
// +-----------------------------------------------------------------------+
// nb_logs_page : how many logs to display on a page
$conf['nb_logs_page'] = 300;
// history__admin : history admin visits ?
$conf['history_admin'] = false;
?>