summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-02-25 20:42:18 +0100
committerTheTroll <trolldev@gmail.com>2010-02-25 20:42:18 +0100
commitcdc18db790b7e5cc4ae332ece94ecf66beeb0984 (patch)
tree94067e06c7bdaa8ee9cc1cbcd08cac4690a32744
parent3b4c59ce066231422d5b98b92dde2e9f10379f30 (diff)
downloadistreamdev-cdc18db790b7e5cc4ae332ece94ecf66beeb0984.tar.gz
istreamdev-cdc18db790b7e5cc4ae332ece94ecf66beeb0984.tar.bz2
Fixed doubled stream page
-rwxr-xr-xincludes/include.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/include.php b/includes/include.php
index 42cf446..fe2e6b8 100755
--- a/includes/include.php
+++ b/includes/include.php
@@ -119,8 +119,6 @@ function start_stream($type, $name, $title, $desc, $qname, $qparams, $category,
// Write streaminfo
writeinfostream($type, $name, $title, $desc, $qname, $category, $url, $mediapath, $subdir);
-
- include('includes/inc_stream.php');
}
function delete_timer($timer)