From 04894ee3ea2768e34c1086b0012a095c32225dcb Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Sat, 15 Jan 2011 01:17:15 +0000 Subject: added cancel --- menu.pl | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 menu.pl (limited to 'menu.pl') diff --git a/menu.pl b/menu.pl new file mode 100755 index 0000000..ebd777f --- /dev/null +++ b/menu.pl @@ -0,0 +1,10 @@ +#!/usr/bin/perl +use strict; +use CGI qw(:standard); +use CGI::Carp 'fatalsToBrowser'; +use local::menu; + +print header; +my $menu= new local::menu(%ENV); +print $menu->start_html('nzbget status'); +print $menu->end_html; -- cgit v1.2.3