From d2a14c0c53d1e633f37aaf1308cdf450e9934cd5 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Mon, 11 May 2015 18:38:04 -0400 Subject: [PATCH] #233 Fix footer on reports page --- admin/reports.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/admin/reports.php b/admin/reports.php index 33d3c6a0..e857656f 100644 --- a/admin/reports.php +++ b/admin/reports.php @@ -339,9 +339,6 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php'); hesk_ticketsByDay(); } - require_once(HESK_PATH . 'inc/footer.inc.php'); - exit(); - /*** START FUNCTIONS ***/ @@ -949,4 +946,8 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php'); } // END hesk_ticketsByDay ?> - \ No newline at end of file + +