Fixed issue 253, last login time for users is off.
This commit is contained in:
parent
1a067ca107
commit
ac7be1bde2
@ -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'];
|
||||
|
Loading…
Reference in New Issue
Block a user