diff options
author | volcom <volcom@piwigo.org> | 2005-10-17 07:21:30 +0000 |
---|---|---|
committer | volcom <volcom@piwigo.org> | 2005-10-17 07:21:30 +0000 |
commit | 889b1240cd81511850ea8ad900cb941e35308b52 (patch) | |
tree | b70f5245dace1aadf7559ac1e8e36f5f205c4618 /include/config_default.inc.php | |
parent | c31f150276f55de28429b8f47696e641671ec02c (diff) |
* new: history details by month,day
git-svn-id: http://piwigo.org/svn/trunk@894 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r-- | include/config_default.inc.php | 11 |
1 files changed, 11 insertions, 0 deletions
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; + ?> |