summaryrefslogtreecommitdiffstats
path: root/lib/class/preference.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-06-02 02:04:59 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-06-02 02:04:59 +0000
commit62e7eadcba6b691a1c7058eeedcac70d6f853fa0 (patch)
treec21bb068bb3b2fa5e94f3c5883ed043668d46399 /lib/class/preference.class.php
parent94f5610ef6c66dc094372e76df9a6d8783e9bc7f (diff)
downloadampache-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.php6
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;