diff options
author | Alib <aliboba@free.fr> | 2010-02-28 16:05:10 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-28 16:05:10 +0100 |
commit | 52f10a942c7f81e649817890b82d4ff70bc7ab29 (patch) | |
tree | 5bd96c71e13e043d30b2b6b8eb16ce9c79c77a75 /includes/include.php | |
parent | 3bacf5b55fa8fd2135f4811683cb4c20c1d3cb0d (diff) | |
parent | 547fd24f4b448e7b56c91c91bfc2630521c50ac6 (diff) | |
download | istreamdev-52f10a942c7f81e649817890b82d4ff70bc7ab29.tar.gz istreamdev-52f10a942c7f81e649817890b82d4ff70bc7ab29.tar.bz2 |
Merge branch 'master' of projects.vdr-developer.org:istreamdev
Diffstat (limited to 'includes/include.php')
-rwxr-xr-x | includes/include.php | 5 |
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; |