summaryrefslogtreecommitdiff
path: root/includes/inc_home.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/inc_home.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/inc_home.php')
-rwxr-xr-xincludes/inc_home.php18
1 files changed, 15 insertions, 3 deletions
diff --git a/includes/inc_home.php b/includes/inc_home.php
index c4416ba..f38518c 100755
--- a/includes/inc_home.php
+++ b/includes/inc_home.php
@@ -70,9 +70,21 @@ if ($dir_handle)
}
if (!$sessioncnt)
- print "<li class=\"textbox\"><p>none</p></li>\r\n";
-
-print " </ul>\r\n";
+{
+ print " <li class=\"textbox\"><p>none</p></li>\r\n";
+ print "</ul>\r\n";
+}
+else
+{
+ print "</ul>\r\n";
+ print "<form name=\"killall\" id=\"killall\" method=\"post\" action=\"index.php\">\r\n";
+ print " <input name=\"action\" type=\"hidden\" id=\"action\" value=\"stopallstreamings\" />\r\n";
+ print " <ul class=\"pageitem\">\r\n";
+ print " <li class=\"button\">\r\n";
+ print " <input name=\"Submit\" type=\"submit\" value=\"Delete all sessions\" /></li>\r\n";
+ print "</ul>\r\n";
+ print "</form>\r\n";
+}
// VDR menus
if ($vdrenabled)