#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();
}
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
?>
</div>
</div>
</div>
<?php
require_once(HESK_PATH . 'inc/footer.inc.php');
exit();
Loading…
Cancel
Save