summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-24 06:09:51 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-24 06:09:51 +0000
commitaa16b0a34a4713e0b215746bd4a2c4ba02c1f2c0 (patch)
tree73008bf2bbd848eb9ff06fbb0f517010b96f5961 /lib
parentbd0008f450fe55b28590e209917da8a61ebdc373 (diff)
downloadampache-aa16b0a34a4713e0b215746bd4a2c4ba02c1f2c0.tar.gz
ampache-aa16b0a34a4713e0b215746bd4a2c4ba02c1f2c0.tar.bz2
ampache-aa16b0a34a4713e0b215746bd4a2c4ba02c1f2c0.zip
last commits of the night
Diffstat (limited to 'lib')
-rw-r--r--lib/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/init.php b/lib/init.php
index 865593fa..f3be960e 100644
--- a/lib/init.php
+++ b/lib/init.php
@@ -84,7 +84,7 @@ $results['version'] = '3.3.2 Build (003)';
$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';
+$results['catalog_file_pattern']= 'mp3|mpc|m4p|m4a|mp4|aac|ogg|rm|wma|asf|flac|spx|ra|ape|shn';
$results['http_port'] = $_SERVER['SERVER_PORT'];
if (!$results['prefix']) {
$results['prefix'] = $prefix;