From 081861020c07f2ea02e4075a4f9d0347deba8c07 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Mon, 10 May 2010 15:41:45 -0700 Subject: [PATCH] Add backlink from log view to list of logs --- syslog-ng/view_log.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/syslog-ng/view_log.cgi b/syslog-ng/view_log.cgi index cd94f36d7..2d62cd5f7 100755 --- a/syslog-ng/view_log.cgi +++ b/syslog-ng/view_log.cgi @@ -93,7 +93,8 @@ print "$text{'view_empty'}\n" if (!$got); print "\n"; &filter_form(); -&ui_print_footer("", $text{'index_return'}); +&ui_print_footer("list_destinations.cgi", $text{'destinations_return'}, + "", $text{'index_return'}); sub filter_form {