#233 Fix footer on reports page

merge-requests/2/head
Mike Koch 9 years ago
parent aa86a094eb
commit d2a14c0c53

@ -339,9 +339,6 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
hesk_ticketsByDay(); hesk_ticketsByDay();
} }
require_once(HESK_PATH . 'inc/footer.inc.php');
exit();
/*** START FUNCTIONS ***/ /*** START FUNCTIONS ***/
@ -950,3 +947,7 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
?> ?>
</div> </div>
</div> </div>
<?php
require_once(HESK_PATH . 'inc/footer.inc.php');
exit();
Loading…
Cancel
Save