Merge pull request #5721 from winsock/patch-2

Remove footer from call center dashboard widget.
This commit is contained in:
FusionPBX
2021-01-14 10:16:45 -07:00
committed by GitHub

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";
?>
?>