diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-10-19 00:41:07 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-10-19 00:41:07 +0000 |
commit | af621d40d460dec6562664b636fc350d1d8fb9c6 (patch) | |
tree | 265f43c6ae9f1f00d9b5472aa9d477d7083c56b2 /include/config_default.inc.php | |
parent | 939cfe5e4bc2cb4a3229d1b3f08f6f86b8f348d1 (diff) |
feature 564: logs in the history table each user login
feature 562: possibility to log page visits for any combination of
administrators/users/guests
git-svn-id: http://piwigo.org/svn/trunk@1565 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r-- | include/config_default.inc.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index e906fca06..4a4bc7038 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -430,9 +430,6 @@ $conf['upload_maxwidth_thumbnail'] = 150; // 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; - // +-----------------------------------------------------------------------+ // | urls | // +-----------------------------------------------------------------------+ |