diff options
Diffstat (limited to '')
-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; + ?> |