diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-06-02 02:04:59 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-06-02 02:04:59 +0000 |
commit | 62e7eadcba6b691a1c7058eeedcac70d6f853fa0 (patch) | |
tree | c21bb068bb3b2fa5e94f3c5883ed043668d46399 /lib/class/preference.class.php | |
parent | 94f5610ef6c66dc094372e76df9a6d8783e9bc7f (diff) | |
download | ampache-62e7eadcba6b691a1c7058eeedcac70d6f853fa0.tar.gz ampache-62e7eadcba6b691a1c7058eeedcac70d6f853fa0.tar.bz2 ampache-62e7eadcba6b691a1c7058eeedcac70d6f853fa0.zip |
fix title issue and add some more stuff to the boolean list for preferences
Diffstat (limited to 'lib/class/preference.class.php')
-rw-r--r-- | lib/class/preference.class.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/class/preference.class.php b/lib/class/preference.class.php index 9343f6c2..6f1db363 100644 --- a/lib/class/preference.class.php +++ b/lib/class/preference.class.php @@ -370,9 +370,11 @@ class Preference { 'shoutbox','resize_images', 'show_album_art','allow_public_registration', 'captcha_public_reg','admin_notify_reg', - 'use_rss','download','force_http_play', + 'use_rss','download','force_http_play','cookie_secure', 'allow_stream_playback','allow_democratic_playback', - 'use_auth','allow_localplay_playback','debug','lock_songs'); + 'use_auth','allow_localplay_playback','debug','lock_songs', + 'transcode_m4a','transcode_mp3','transcode_ogg','transcode_flac', + 'shoutcast_active','httpq_active','show_lyrics'); if (in_array($key,$boolean_array)) { return true; |