From 889b1240cd81511850ea8ad900cb941e35308b52 Mon Sep 17 00:00:00 2001 From: volcom Date: Mon, 17 Oct 2005 07:21:30 +0000 Subject: * new: history details by month,day git-svn-id: http://piwigo.org/svn/trunk@894 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/config_default.inc.php | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'include/config_default.inc.php') diff --git a/include/config_default.inc.php b/include/config_default.inc.php index e0c047f42..b6854946a 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -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; + ?> -- cgit v1.2.3