summaryrefslogtreecommitdiff
path: root/includes/include.php
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-02-24 22:54:18 +0100
committerTheTroll <trolldev@gmail.com>2010-02-24 22:54:18 +0100
commit3d72b276b17a920a3f319afd2aec44d7bdf7a40e (patch)
tree460a30a3e2828032ffcfb5d4a85efe0725d8a246 /includes/include.php
parentb28b92b318e55387fa24283195163bab32c8bf69 (diff)
downloadistreamdev-3d72b276b17a920a3f319afd2aec44d7bdf7a40e.tar.gz
istreamdev-3d72b276b17a920a3f319afd2aec44d7bdf7a40e.tar.bz2
Better management of audio/video media
Diffstat (limited to 'includes/include.php')
-rwxr-xr-xincludes/include.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/include.php b/includes/include.php
index f8819dd..a409f45 100755
--- a/includes/include.php
+++ b/includes/include.php
@@ -10,6 +10,8 @@ include ('includes/inc_vdr.php');
include ('includes/inc_files.php');
include ('includes/inc_streaminfo.php');
+$audiotypes='mp3 aac';
+
function selectpage()
{
$action = $_REQUEST['action'];