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/inc_home.php | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'includes/inc_home.php') 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 "
  • none

  • \r\n"; - -print " \r\n"; +{ + print "
  • none

  • \r\n"; + print "\r\n"; +} +else +{ + print "\r\n"; + print "
    \r\n"; + print " \r\n"; + print " \r\n"; + print "
    \r\n"; +} // VDR menus if ($vdrenabled) -- cgit v1.2.3