summaryrefslogtreecommitdiff
path: root/includes/inc_files.php
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-02-24 23:11:52 +0100
committerTheTroll <trolldev@gmail.com>2010-02-24 23:11:52 +0100
commit8b5cae4e61249e671cca45cd1d37ee56d8dc543c (patch)
treedb7a3f6eecc6d407e751564f5018326c8d726d01 /includes/inc_files.php
parent3d72b276b17a920a3f319afd2aec44d7bdf7a40e (diff)
downloadistreamdev-8b5cae4e61249e671cca45cd1d37ee56d8dc543c.tar.gz
istreamdev-8b5cae4e61249e671cca45cd1d37ee56d8dc543c.tar.bz2
Support wav and aac
Fixed dirs containing &
Diffstat (limited to 'includes/inc_files.php')
-rwxr-xr-xincludes/inc_files.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/inc_files.php b/includes/inc_files.php
index 7a6f5a8..0a48aeb 100755
--- a/includes/inc_files.php
+++ b/includes/inc_files.php
@@ -1,6 +1,6 @@
<?php
-$audiotypes='mp3 aac';
+$audiotypes='mp3 aac wav';
function mediagetinfostream($stream = "")
{