diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-24 08:24:29 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-24 08:24:29 +0000 |
commit | feffae660e250ba631e74dea0b62088749d10b6b (patch) | |
tree | 4929350f153ec363033c9b216ad86d2fb227e147 /modules/init.php | |
parent | 80b0748b4a43087aed6802b6b631f064f975f097 (diff) | |
download | ampache-feffae660e250ba631e74dea0b62088749d10b6b.tar.gz ampache-feffae660e250ba631e74dea0b62088749d10b6b.tar.bz2 ampache-feffae660e250ba631e74dea0b62088749d10b6b.zip |
added a hack for some additional sorting and fixed it so that the user table has alternating colors
Diffstat (limited to 'modules/init.php')
-rw-r--r-- | modules/init.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/init.php b/modules/init.php index fe440eb3..75d6abb6 100644 --- a/modules/init.php +++ b/modules/init.php @@ -224,6 +224,7 @@ if (($gc_divisor / $gc_probability) > 5) { $new_gc_probability = $gc_divisor * .2; ini_set('session.gc_probability',$new_gc_probability); } + /* END Set PHP Vars */ /* Overwrite them with the DB preferences */ |