Remove footer from call center dashboard widget.

This should not have been in here, causes the footer to display outside of the bounds of where it should be.
This commit is contained in:
Andrew Querol
2021-01-14 10:11:11 -06:00
committed by GitHub
parent 14549d972e
commit 124f32d989

View File

@@ -212,7 +212,4 @@
echo "<input type='hidden' name='".$token['name']."' value='".$token['hash']."'>\n";
echo "</form>\n";
//include footer
require_once "resources/footer.php";
?>
?>