diff options
author | Iban Eguia <admin@razican.com> | 2012-06-12 16:09:36 +0200 |
---|---|---|
committer | Iban Eguia <admin@razican.com> | 2012-06-12 16:09:36 +0200 |
commit | feb14dac4e7a417a48344a5188a8ad8074871df4 (patch) | |
tree | ecbd2962417cdb7b38c0332908acb96784870891 /application | |
parent | c88daba688d309150a7dce43817ab76ec7834bda (diff) |
Changed the config parameter. The session's _get_time() function has also changed.
Diffstat (limited to 'application')
-rw-r--r-- | application/config/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/config/config.php b/application/config/config.php index 12ef77c76..fd6a1aeb0 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -359,7 +359,7 @@ $config['compress_output'] = FALSE; /* |-------------------------------------------------------------------------- -| Master Timezone +| Master Time Reference |-------------------------------------------------------------------------- | | You can set any PHP supported timezones to be the master timezone when @@ -367,7 +367,7 @@ $config['compress_output'] = FALSE; | time. | */ -$config['timezone'] = 'local'; +$config['time_reference'] = 'local'; /* |