From ca8cddbd2d5d89ed4c1bdf9498bb4eb68f2fac13 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Fri, 14 Jan 2011 22:19:17 +0000 Subject: added ajax & navigation --- enqueue.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'enqueue.pl') diff --git a/enqueue.pl b/enqueue.pl index 7861073..2fbea0d 100755 --- a/enqueue.pl +++ b/enqueue.pl @@ -26,7 +26,7 @@ my $resp = $nzbget->send_request('append',RPC::XML::string->new($download->downl if ($resp->value) { - print CGI::redirect('/'); + print CGI::redirect('/cgi-bin/nzbget/groups.pl'); } else { print header; print start_html('nzbget enqueue error'); -- cgit v1.2.3