From 547fd24f4b448e7b56c91c91bfc2630521c50ac6 Mon Sep 17 00:00:00 2001 From: TheTroll Date: Sun, 28 Feb 2010 12:58:58 +0100 Subject: Added a button to delete all sessions --- includes/include.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'includes/include.php') 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; -- cgit v1.2.3