summaryrefslogtreecommitdiff
path: root/includes/include.php
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-02-28 11:20:06 +0100
committerAlib <aliboba@free.fr>2010-02-28 11:20:06 +0100
commit5f5250a9b693ea62075e9677b0efe53b6c4bc013 (patch)
treed390ddf859918efa7b52781b7b41ba34f3a3089c /includes/include.php
parente3111d568164aa1f0d3bd303e3b80dcb6f375047 (diff)
downloadistreamdev-5f5250a9b693ea62075e9677b0efe53b6c4bc013.tar.gz
istreamdev-5f5250a9b693ea62075e9677b0efe53b6c4bc013.tar.bz2
fixed back when coming from Home active session
Diffstat (limited to 'includes/include.php')
-rwxr-xr-xincludes/include.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/includes/include.php b/includes/include.php
index f33f9e9..05a2ce6 100755
--- a/includes/include.php
+++ b/includes/include.php
@@ -94,20 +94,6 @@ function selectpage()
set_timer($active, $channame, $date, $stime, $etime, $desc, $prevtimer);
include('includes/inc_timers.php');
break;
- case ("startstream"):
- $type = $_REQUEST['type'];
- $name = $_REQUEST['name'];
- $title = $_REQUEST['title'];
- $desc = stripslashes ($_REQUEST['desc']);
- $qname = $_REQUEST['qname'];
- $qparams = $_REQUEST['qparams'];
- $category = $_REQUEST['category'];
- $url = $_REQUEST['url'];
- $mediapath = $_REQUEST['mediapath'];
- $subdir = $_REQUEST['subdir'];
- $session = start_stream($type, $name, $title, $desc, $qname, $qparams, $category, $url, $mediapath, $subdir);
- include('includes/inc_streaming.php');
- break;
case ("playdir"):
include('includes/inc_mp3.php');
break;