summaryrefslogtreecommitdiff
path: root/includes/include.php
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-02-28 16:05:10 +0100
committerAlib <aliboba@free.fr>2010-02-28 16:05:10 +0100
commit52f10a942c7f81e649817890b82d4ff70bc7ab29 (patch)
tree5bd96c71e13e043d30b2b6b8eb16ce9c79c77a75 /includes/include.php
parent3bacf5b55fa8fd2135f4811683cb4c20c1d3cb0d (diff)
parent547fd24f4b448e7b56c91c91bfc2630521c50ac6 (diff)
downloadistreamdev-52f10a942c7f81e649817890b82d4ff70bc7ab29.tar.gz
istreamdev-52f10a942c7f81e649817890b82d4ff70bc7ab29.tar.bz2
Merge branch 'master' of projects.vdr-developer.org:istreamdev
Diffstat (limited to 'includes/include.php')
-rwxr-xr-xincludes/include.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/include.php b/includes/include.php
index 05a2ce6..de9cfa4 100755
--- a/includes/include.php
+++ b/includes/include.php
@@ -54,6 +54,11 @@ function selectpage()
case ("stream"):
include('includes/inc_stream.php');
break;
+ case ("stopallstreamings"):
+ sessiondelete('all');
+ $_SESSION['currentcat'] = NULL;
+ include('includes/inc_home.php');
+ break;
case ("listcategory"):
include('includes/inc_cat.php');
break;