summaryrefslogtreecommitdiff
path: root/enqueue.pl
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@wirdorange.org>2011-01-14 22:19:17 +0000
committerOthmar Gsenger <otti@wirdorange.org>2011-01-14 22:19:17 +0000
commitca8cddbd2d5d89ed4c1bdf9498bb4eb68f2fac13 (patch)
tree3cd2bedb18f8d54f2200744d5c034b956d9fd48f /enqueue.pl
parentwathever (diff)
added ajax & navigation
Diffstat (limited to 'enqueue.pl')
-rwxr-xr-xenqueue.pl2
1 files changed, 1 insertions, 1 deletions
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');