diff options
author | TheTroll <trolldev@gmail.com> | 2010-02-24 23:11:52 +0100 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-02-24 23:11:52 +0100 |
commit | 8b5cae4e61249e671cca45cd1d37ee56d8dc543c (patch) | |
tree | db7a3f6eecc6d407e751564f5018326c8d726d01 /includes/inc_files.php | |
parent | 3d72b276b17a920a3f319afd2aec44d7bdf7a40e (diff) | |
download | istreamdev-8b5cae4e61249e671cca45cd1d37ee56d8dc543c.tar.gz istreamdev-8b5cae4e61249e671cca45cd1d37ee56d8dc543c.tar.bz2 |
Support wav and aac
Fixed dirs containing &
Diffstat (limited to 'includes/inc_files.php')
-rwxr-xr-x | includes/inc_files.php | 2 |
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 = "") { |