diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-04 02:02:10 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-04 02:02:10 +0000 |
commit | 0cf24d0deb9955fb9a1d3d0b0c92b59e3957fed4 (patch) | |
tree | a31fa03d208888f46330b296b22f083dcb58244f /lib/init.php | |
parent | f6c313e5502c38706de8a28bfe239a3c1ea04d00 (diff) | |
download | ampache-0cf24d0deb9955fb9a1d3d0b0c92b59e3957fed4.tar.gz ampache-0cf24d0deb9955fb9a1d3d0b0c92b59e3957fed4.tar.bz2 ampache-0cf24d0deb9955fb9a1d3d0b0c92b59e3957fed4.zip |
added ability to define required user level on a per permission basis
Diffstat (limited to 'lib/init.php')
-rw-r--r-- | lib/init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/init.php b/lib/init.php index 3cd54d46..5458ce43 100644 --- a/lib/init.php +++ b/lib/init.php @@ -77,7 +77,7 @@ $results['version'] = '3.3.3-Alpha2 Build (002)'; $results['raw_web_path'] = $results['web_path']; $results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path']; -$results['catalog_file_pattern']= 'mp3|mpc|m4p|m4a|mp4|aac|ogg|rm|wma|asf|flac|spx|ra|ape|shn'; +$results['catalog_file_pattern']= 'mp3|mpc|m4p|m4a|mp4|aac|ogg|rm|wma|asf|flac|spx|ra|ape|shn|wv'; $results['http_port'] = $_SERVER['SERVER_PORT']; if (!$results['prefix']) { $results['prefix'] = $prefix; |