From ac7be1bde2dcbac6b41cbc8241bf5d67fbc07157 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Sat, 11 Jul 2009 10:55:47 +0200 Subject: [PATCH] Fixed issue 253, last login time for users is off. --- src/IDF/conf/idf.php-dist | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/IDF/conf/idf.php-dist b/src/IDF/conf/idf.php-dist index 24c7edf..d2974bc 100644 --- a/src/IDF/conf/idf.php-dist +++ b/src/IDF/conf/idf.php-dist @@ -167,7 +167,13 @@ $cfg['db_database'] = 'website'; # put absolute path to the db if you # By default, the size of the downloads is limited to 2MB. # $cfg['max_upload_size'] = 2097152; // Size in bytes -# -- From this point you should not need to update anything. -- +# +# Time zone +# http://www.php.net/manual/en/timezones.php +# +# $cfg['time_zone'] = 'Europe/Berlin'; + + $cfg['pear_path'] = '/usr/share/php'; $cfg['login_success_url'] = $cfg['url_base'].$cfg['idf_base'];