summaryrefslogtreecommitdiff
path: root/includes/include.php
diff options
context:
space:
mode:
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;