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
commit 899524b8c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

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