diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-29 09:17:04 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-29 09:17:04 +0000 |
commit | e61a3b3ca1aae656a4c9f88713041e88c204eac5 (patch) | |
tree | 33442f09abee256d4af54638c697c4cabba5f893 /modules | |
parent | c603a3c5c098393e8aaa72e293daec5a431ee0c9 (diff) | |
download | ampache-e61a3b3ca1aae656a4c9f88713041e88c204eac5.tar.gz ampache-e61a3b3ca1aae656a4c9f88713041e88c204eac5.tar.bz2 ampache-e61a3b3ca1aae656a4c9f88713041e88c204eac5.zip |
added in the manage users section and put in a temp disable songs section which currently does not work
Diffstat (limited to 'modules')
-rw-r--r-- | modules/init.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/init.php b/modules/init.php index eff482c2..d055019d 100644 --- a/modules/init.php +++ b/modules/init.php @@ -225,6 +225,9 @@ if (($gc_divisor / $gc_probability) > 5) { ini_set('session.gc_probability',$new_gc_probability); } +/* PHP5 Date problem solved.. ya'll GMT now! */ +putenv("TZ=GMT"); + /* END Set PHP Vars */ /* Overwrite them with the DB preferences */ |